Enum fidl::handle::fuchsia_handles::HandleOp
source · 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> PartialEq for HandleOp<'a>
impl<'a> PartialEq for HandleOp<'a>
source§impl<'a> PartialOrd for HandleOp<'a>
impl<'a> PartialOrd for HandleOp<'a>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl<'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