pub struct VARCHAR;
Trait Implementations§
impl Copy for VARCHAR
Auto Trait Implementations§
impl Freeze for VARCHAR
impl RefUnwindSafe for VARCHAR
impl Send for VARCHAR
impl Sync for VARCHAR
impl Unpin for VARCHAR
impl UnwindSafe for VARCHAR
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