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