Enum async_rustbus::rustbus_core::signature::Base [−][src]
pub enum Base {
Show variants
Byte,
Int16,
Uint16,
Int32,
Uint32,
UnixFd,
Int64,
Uint64,
Double,
String,
Signature,
ObjectPath,
Boolean,
}Expand description
Base types that might occur in a signature
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Baseimpl UnwindSafe for BaseBlanket Implementations
Mutably borrows from an owned value. Read more