pub struct SenderActions { /* private fields */ }Expand description
Collection of actions emitted by the sender.
Implementations§
Source§impl SenderActions
impl SenderActions
Sourcepub fn push(&mut self, action: SenderAction)
pub fn push(&mut self, action: SenderAction)
Add an action to the collection.
Sourcepub fn iter(&self) -> impl Iterator<Item = &SenderAction>
pub fn iter(&self) -> impl Iterator<Item = &SenderAction>
Iterate over the actions.
Trait Implementations§
Source§impl Debug for SenderActions
impl Debug for SenderActions
Source§impl Default for SenderActions
impl Default for SenderActions
Source§impl<'a> IntoIterator for &'a SenderActions
impl<'a> IntoIterator for &'a SenderActions
Auto Trait Implementations§
impl Freeze for SenderActions
impl RefUnwindSafe for SenderActions
impl Send for SenderActions
impl Sync for SenderActions
impl Unpin for SenderActions
impl UnsafeUnpin for SenderActions
impl UnwindSafe for SenderActions
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