pub struct FopActions { /* private fields */ }Expand description
Collection of actions emitted by FOP-1.
Implementations§
Trait Implementations§
Source§impl Debug for FopActions
impl Debug for FopActions
Source§impl Default for FopActions
impl Default for FopActions
Source§impl<'a> IntoIterator for &'a FopActions
impl<'a> IntoIterator for &'a FopActions
Auto Trait Implementations§
impl Freeze for FopActions
impl RefUnwindSafe for FopActions
impl Send for FopActions
impl Sync for FopActions
impl Unpin for FopActions
impl UnsafeUnpin for FopActions
impl UnwindSafe for FopActions
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