pub enum HdrVar<'fds, 'buf> {
Path(&'buf ObjectPath),
Str(&'buf str),
U32(u32),
Sig(&'buf SigStr),
Catchall(Variant<'fds, 'buf>),
}
Formats the value using the given formatter. Read more
If this returns true,
it indicates that for implementing type T,
Rust’s [T] is identical to DBus’s array format
and can be copied into a message after aligning the first element. Read more
Appends the signature of the type to the SignatureBuffer. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.