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