pub enum HandleOp<'a> {
Move(Handle),
Duplicate(Unowned<'a, Handle>),
}
Expand description
Handle operation.
Variants§
Trait Implementations§
Source§impl<'a> Ord for HandleOp<'a>
impl<'a> Ord for HandleOp<'a>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> PartialOrd for HandleOp<'a>
impl<'a> PartialOrd for HandleOp<'a>
impl<'a> Eq for HandleOp<'a>
impl<'a> StructuralPartialEq for HandleOp<'a>
Auto Trait Implementations§
impl<'a> Freeze for HandleOp<'a>
impl<'a> RefUnwindSafe for HandleOp<'a>
impl<'a> Send for HandleOp<'a>
impl<'a> Sync for HandleOp<'a>
impl<'a> Unpin for HandleOp<'a>
impl<'a> UnwindSafe for HandleOp<'a>
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