pub struct TableMarker;Expand description
Marker struct for table-level attributes.
Trait Implementations§
Source§impl Clone for TableMarker
impl Clone for TableMarker
impl Copy for TableMarker
Auto Trait Implementations§
impl Freeze for TableMarker
impl RefUnwindSafe for TableMarker
impl Send for TableMarker
impl Sync for TableMarker
impl Unpin for TableMarker
impl UnsafeUnpin for TableMarker
impl UnwindSafe for TableMarker
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