enum UnpinResult {
UnpinlistEmpty,
Unpinned,
NotPinned,
NotUnpinned,
FailedUnpin,
UnpinParked,
}Variants§
Trait Implementations§
Source§impl Debug for UnpinResult
impl Debug for UnpinResult
Source§impl PartialEq for UnpinResult
impl PartialEq for UnpinResult
impl Eq for UnpinResult
impl StructuralPartialEq for UnpinResult
Auto Trait Implementations§
impl Freeze for UnpinResult
impl RefUnwindSafe for UnpinResult
impl Send for UnpinResult
impl Sync for UnpinResult
impl Unpin for UnpinResult
impl UnwindSafe for UnpinResult
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