pub enum Base {
Show 13 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§
impl Copy for Base
impl Eq for Base
impl StructuralPartialEq for Base
Auto Trait Implementations§
impl Freeze for Base
impl RefUnwindSafe for Base
impl Send for Base
impl Sync for Base
impl Unpin for Base
impl UnwindSafe for Base
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more