pub struct NotNull;Available on crate features
def and postgres only.Expand description
The constraint that a value must not be null
Implementationsยง
Trait Implementationsยง
Sourceยงimpl PartialEq for NotNull
impl PartialEq for NotNull
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 UnsafeUnpin 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