pub struct AnyRoot { /* private fields */ }Expand description
A type-erased root garbage collected reference.
Implementations§
Trait Implementations§
source§impl Ord for AnyRoot
impl Ord for AnyRoot
source§impl PartialEq for AnyRoot
impl PartialEq for AnyRoot
source§impl PartialOrd for AnyRoot
impl PartialOrd for AnyRoot
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 Eq for AnyRoot
impl Send for AnyRoot
impl StructuralPartialEq for AnyRoot
impl Sync for AnyRoot
Auto Trait Implementations§
impl Freeze for AnyRoot
impl RefUnwindSafe for AnyRoot
impl Unpin for AnyRoot
impl UnwindSafe for AnyRoot
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