pub struct Refs;
Trait Implementations§
Source§impl Ord for Refs
impl Ord for Refs
Source§impl PartialOrd for Refs
impl PartialOrd for Refs
impl Copy for Refs
impl Eq for Refs
impl StructuralPartialEq for Refs
Auto Trait Implementations§
impl Freeze for Refs
impl RefUnwindSafe for Refs
impl Send for Refs
impl Sync for Refs
impl Unpin for Refs
impl UnwindSafe for Refs
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