pub struct NullAllowed(/* private fields */);Trait Implementations§
Source§impl AsMutSQLPOINTER for NullAllowed
impl AsMutSQLPOINTER for NullAllowed
fn as_mut_SQLPOINTER(&mut self) -> SQLPOINTER
Source§impl AttrZeroAssert for NullAllowed
impl AttrZeroAssert for NullAllowed
fn assert_zeroed(&self)
Source§impl Clone for NullAllowed
impl Clone for NullAllowed
Source§fn clone(&self) -> NullAllowed
fn clone(&self) -> NullAllowed
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 NullAllowed
impl Debug for NullAllowed
Source§impl Ident for NullAllowedwhere
SQLSMALLINT: Ident,
impl Ident for NullAllowedwhere
SQLSMALLINT: Ident,
Source§impl IntoSQLPOINTER for NullAllowed
impl IntoSQLPOINTER for NullAllowed
fn into_SQLPOINTER(self) -> SQLPOINTER
Source§impl PartialEq<NullAllowed> for SQLSMALLINT
impl PartialEq<NullAllowed> for SQLSMALLINT
Source§impl PartialEq<i16> for NullAllowed
impl PartialEq<i16> for NullAllowed
Source§impl PartialEq for NullAllowed
impl PartialEq for NullAllowed
impl Copy for NullAllowed
impl Eq for NullAllowed
impl Scalar for NullAllowedwhere
SQLSMALLINT: Scalar,
impl StructuralPartialEq for NullAllowed
Auto Trait Implementations§
impl Freeze for NullAllowed
impl RefUnwindSafe for NullAllowed
impl Send for NullAllowed
impl Sync for NullAllowed
impl Unpin for NullAllowed
impl UnwindSafe for NullAllowed
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