pub struct MacAddr8;Trait Implementations§
Source§impl DefaultCastTypeName for MacAddr8
impl DefaultCastTypeName for MacAddr8
const CAST_TYPE_NAME: &'static str = "MACADDR8"
Source§impl SQLTypeToRust<PostgresDialect> for MacAddr8
impl SQLTypeToRust<PostgresDialect> for MacAddr8
impl Assignable<MacAddr8> for Any
impl Assignable for MacAddr8
impl Compatible<Any> for MacAddr8
impl Compatible<MacAddr> for MacAddr8
impl Compatible<MacAddr8> for Any
impl Compatible<MacAddr8> for MacAddr
impl Compatible<Placeholder> for MacAddr8
impl Compatible for MacAddr8
impl Copy for MacAddr8
impl DataType for MacAddr8
impl Eq for MacAddr8
impl StructuralPartialEq for MacAddr8
Auto Trait Implementations§
impl Freeze for MacAddr8
impl RefUnwindSafe for MacAddr8
impl Send for MacAddr8
impl Sync for MacAddr8
impl Unpin for MacAddr8
impl UnsafeUnpin for MacAddr8
impl UnwindSafe for MacAddr8
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