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