pub struct MaybeNull;Expand description
The table may be absent (LEFT/RIGHT/FULL join introduced this possibility for it).
Trait Implementations§
impl Nullability for MaybeNull
Source§impl WrapNullable<MaybeNull> for Timestamptz
impl WrapNullable<MaybeNull> for Timestamptz
type Output = Nullable<Timestamptz>
Auto Trait Implementations§
impl Freeze for MaybeNull
impl RefUnwindSafe for MaybeNull
impl Send for MaybeNull
impl Sync for MaybeNull
impl Unpin for MaybeNull
impl UnsafeUnpin for MaybeNull
impl UnwindSafe for MaybeNull
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