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