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