pub struct NotNull;
Available on crate features
postgres
and def
only.Expand description
The constraint that a value must not be null
Implementationsยง
Trait Implementationsยง
impl StructuralPartialEq for NotNull
Auto Trait Implementationsยง
impl Freeze for NotNull
impl RefUnwindSafe for NotNull
impl Send for NotNull
impl Sync for NotNull
impl Unpin for NotNull
impl UnwindSafe for NotNull
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