pub struct PullNone;
Expand description
No pull; floating
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PullNone
impl RefUnwindSafe for PullNone
impl Send for PullNone
impl Sync for PullNone
impl Unpin for PullNone
impl UnwindSafe for PullNone
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