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