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