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