pub struct Enum16(/* private fields */);
Implementations§
Trait Implementations§
Source§impl<'a> FromSql<'a> for Enum16
impl<'a> FromSql<'a> for Enum16
fn from_sql(value: ValueRef<'a>) -> FromSqlResult<Self>
impl Copy for Enum16
Auto Trait Implementations§
impl Freeze for Enum16
impl RefUnwindSafe for Enum16
impl Send for Enum16
impl Sync for Enum16
impl Unpin for Enum16
impl UnwindSafe for Enum16
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