pub struct ForestTokenAddr(/* private fields */);Expand description
A stable memory address for a ForestToken .
Can be used as hash key.
Implementations§
Trait Implementations§
Source§impl Clone for ForestTokenAddr
 
impl Clone for ForestTokenAddr
Source§fn clone(&self) -> ForestTokenAddr
 
fn clone(&self) -> ForestTokenAddr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for ForestTokenAddr
 
impl Debug for ForestTokenAddr
Source§impl Hash for ForestTokenAddr
 
impl Hash for ForestTokenAddr
Source§impl PartialEq for ForestTokenAddr
 
impl PartialEq for ForestTokenAddr
impl Copy for ForestTokenAddr
impl Eq for ForestTokenAddr
impl StructuralPartialEq for ForestTokenAddr
Auto Trait Implementations§
impl Freeze for ForestTokenAddr
impl RefUnwindSafe for ForestTokenAddr
impl !Send for ForestTokenAddr
impl !Sync for ForestTokenAddr
impl Unpin for ForestTokenAddr
impl UnwindSafe for ForestTokenAddr
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