pub struct CollAction;Expand description
CollAction (944).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CollAction
impl RefUnwindSafe for CollAction
impl Send for CollAction
impl Sync for CollAction
impl Unpin for CollAction
impl UnsafeUnpin for CollAction
impl UnwindSafe for CollAction
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