pub struct MessageHeaderFields {
pub path: Option<ObjectPath>,
pub interface: Option<Interface>,
pub member: Option<Member>,
pub error_name: Option<Error>,
pub reply_serial: Option<u32>,
pub destination: Option<Bus>,
pub sender: Option<Bus>,
pub signature: Option<Vec<Type>>,
pub unix_fds: Option<u32>,
}
Expand description
An struct representing the header fields.
Fields§
§path: Option<ObjectPath>
§interface: Option<Interface>
§member: Option<Member>
§error_name: Option<Error>
§reply_serial: Option<u32>
§destination: Option<Bus>
§sender: Option<Bus>
§signature: Option<Vec<Type>>
§unix_fds: Option<u32>
Trait Implementations§
Source§impl Ord for Fields
impl Ord for Fields
Source§impl PartialOrd for Fields
impl PartialOrd for Fields
impl Eq for Fields
impl StructuralPartialEq for Fields
Auto Trait Implementations§
impl Freeze for Fields
impl RefUnwindSafe for Fields
impl Send for Fields
impl Sync for Fields
impl Unpin for Fields
impl UnwindSafe for Fields
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