pub enum PinError {
InternalError,
Exhausted,
}
Expand description
Possible failure modes for pinning memory.
Variants§
Trait Implementations§
Source§impl Ord for PinError
impl Ord for PinError
Source§impl PartialOrd for PinError
impl PartialOrd for PinError
impl Copy for PinError
impl Eq for PinError
impl StructuralPartialEq for PinError
Auto Trait Implementations§
impl DeviceSync for PinError
impl Freeze for PinError
impl ObjSafe for PinError
impl RefUnwindSafe for PinError
impl Send for PinError
impl StoreCopy for PinError
impl Sync for PinError
impl Unpin for PinError
impl UnwindSafe for PinError
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