pub struct Reloading(/* private fields */);
Expand description
A Reloading
signal.
Implementations§
Source§impl Reloading
impl Reloading
Sourcepub fn from_message<M>(msg: M) -> Option<Self>
pub fn from_message<M>(msg: M) -> Option<Self>
Try to construct a
Reloading
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 Reloading
impl RefUnwindSafe for Reloading
impl Send for Reloading
impl Sync for Reloading
impl Unpin for Reloading
impl UnwindSafe for Reloading
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