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