pub struct newrank(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for newrank
Auto Trait Implementations§
impl Freeze for newrank
impl RefUnwindSafe for newrank
impl Send for newrank
impl Sync for newrank
impl Unpin for newrank
impl UnwindSafe for newrank
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