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