pub struct NameLost(/* private fields */);
Expand description
A NameLost
signal.
Implementations§
Source§impl NameLost
impl NameLost
Sourcepub fn from_message<M>(msg: M) -> Option<Self>
pub fn from_message<M>(msg: M) -> Option<Self>
Try to construct a
NameLost
from a zbus::Message
.
Sourcepub fn message(&self) -> &Message
pub fn message(&self) -> &Message
The reference to the underlying zbus::Message
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NameLost
impl RefUnwindSafe for NameLost
impl Send for NameLost
impl Sync for NameLost
impl Unpin for NameLost
impl UnwindSafe for NameLost
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