pub struct NoColumns;Expand description
Marker: table has no columns.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoColumns
impl RefUnwindSafe for NoColumns
impl Send for NoColumns
impl Sync for NoColumns
impl Unpin for NoColumns
impl UnwindSafe for NoColumns
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