Struct cl_structures::tree::tree_ref::Ref
source · pub struct Ref<T: ?Sized>(/* private fields */);
Expand description
An element of in a Tree.
Implementations§
Trait Implementations§
source§impl<T: ?Sized> Ord for Ref<T>
impl<T: ?Sized> Ord for Ref<T>
source§impl<T: ?Sized> PartialEq for Ref<T>
impl<T: ?Sized> PartialEq for Ref<T>
source§impl<T: ?Sized> PartialOrd for Ref<T>
impl<T: ?Sized> PartialOrd for Ref<T>
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<T: ?Sized> Copy for Ref<T>
impl<T: ?Sized> Eq for Ref<T>
Auto Trait Implementations§
impl<T> Freeze for Ref<T>where
T: ?Sized,
impl<T> RefUnwindSafe for Ref<T>where
T: RefUnwindSafe + ?Sized,
impl<T> Send for Ref<T>
impl<T> Sync for Ref<T>
impl<T> Unpin for Ref<T>
impl<T> UnwindSafe for Ref<T>where
T: UnwindSafe + ?Sized,
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