Struct orca::data::TestData [−][src]
pub struct TestData { pub all_entities: HashMap<Uuid, Entity>, pub access: HashMap<Uuid, Vec<EntityType>>, pub accounts: HashSet<Uuid>, pub precreate: HashSet<Uuid>, pub connections: Vec<Conn>, }
Fields
all_entities: HashMap<Uuid, Entity>
access: HashMap<Uuid, Vec<EntityType>>
accounts: HashSet<Uuid>
precreate: HashSet<Uuid>
connections: Vec<Conn>
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for TestData
impl UnwindSafe for TestData
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more