Enum async_rustbus::rustbus_core::signature::Container [−][src]
pub enum Container {
Array(Box<Type, Global>),
Struct(StructTypes),
Dict(Base, Box<Type, Global>),
Variant,
}Expand description
Containers for other types
Variants
Struct(StructTypes)Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Containerimpl UnwindSafe for ContainerBlanket Implementations
Mutably borrows from an owned value. Read more