Struct ipfs_embed::TempPin
source · [−]pub struct TempPin { /* private fields */ }
Expand description
a handle that contains a temporary pin
Dropping this handle enqueues the pin for dropping before the next gc.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TempPin
impl Send for TempPin
impl Sync for TempPin
impl Unpin for TempPin
impl !UnwindSafe for TempPin
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more