pub struct Backref(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Ord for Backref
impl Ord for Backref
Source§impl PartialOrd for Backref
impl PartialOrd for Backref
impl Copy for Backref
impl Eq for Backref
impl StructuralPartialEq for Backref
Auto Trait Implementations§
impl Freeze for Backref
impl RefUnwindSafe for Backref
impl Send for Backref
impl Sync for Backref
impl Unpin for Backref
impl UnwindSafe for Backref
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