pub struct TableMarker;Expand description
Marker struct for table-level attributes.
Trait Implementations§
Source§impl Clone for TableMarker
impl Clone for TableMarker
Source§fn clone(&self) -> TableMarker
fn clone(&self) -> TableMarker
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TableMarker
impl Debug 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 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