pub struct TransactionListChangedArgs<'s> {
pub transactions: Vec<&'s str>,
/* private fields */
}Expand description
TransactionListChanged signal arguments.
Fields§
§transactions: Vec<&'s str>Implementations§
Source§impl<'s> TransactionListChangedArgs<'s>
impl<'s> TransactionListChangedArgs<'s>
pub fn transactions(&self) -> &Vec<&'s str>
Trait Implementations§
Source§impl<'s> Debug for TransactionListChangedArgs<'s>
impl<'s> Debug for TransactionListChangedArgs<'s>
Auto Trait Implementations§
impl<'s> Freeze for TransactionListChangedArgs<'s>
impl<'s> RefUnwindSafe for TransactionListChangedArgs<'s>
impl<'s> Send for TransactionListChangedArgs<'s>
impl<'s> Sync for TransactionListChangedArgs<'s>
impl<'s> Unpin for TransactionListChangedArgs<'s>
impl<'s> UnsafeUnpin for TransactionListChangedArgs<'s>
impl<'s> UnwindSafe for TransactionListChangedArgs<'s>
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