pub struct ClapperHarvest { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClapperHarvest
impl RefUnwindSafe for ClapperHarvest
impl !Send for ClapperHarvest
impl !Sync for ClapperHarvest
impl !Unpin for ClapperHarvest
impl UnsafeUnpin for ClapperHarvest
impl UnwindSafe for ClapperHarvest
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