pub struct StartupFinished(/* private fields */);Expand description
A StartupFinished signal.
Implementations§
Source§impl StartupFinished
impl StartupFinished
Sourcepub fn from_message<M>(msg: M) -> Option<Self>
pub fn from_message<M>(msg: M) -> Option<Self>
Try to construct a
StartupFinished
from a zbus::Message.
Sourcepub fn message(&self) -> &Message
pub fn message(&self) -> &Message
The reference to the underlying zbus::Message.
Source§impl StartupFinished
impl StartupFinished
Sourcepub fn args<'s>(&'s self) -> Result<StartupFinishedArgs<'s>>
pub fn args<'s>(&'s self) -> Result<StartupFinishedArgs<'s>>
Retrieve the signal arguments.
Trait Implementations§
Source§impl Clone for StartupFinished
impl Clone for StartupFinished
Source§fn clone(&self) -> StartupFinished
fn clone(&self) -> StartupFinished
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StartupFinished
impl Debug for StartupFinished
Source§impl From<StartupFinished> for Message
impl From<StartupFinished> for Message
Source§fn from(signal: StartupFinished) -> Self
fn from(signal: StartupFinished) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StartupFinished
impl RefUnwindSafe for StartupFinished
impl Send for StartupFinished
impl Sync for StartupFinished
impl Unpin for StartupFinished
impl UnwindSafe for StartupFinished
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