pub struct DenseRankState { /* private fields */ }Auto Trait Implementations§
impl Freeze for DenseRankState
impl RefUnwindSafe for DenseRankState
impl Send for DenseRankState
impl Sync for DenseRankState
impl Unpin for DenseRankState
impl UnsafeUnpin for DenseRankState
impl UnwindSafe for DenseRankState
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