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