pub enum AllowNull {
Yes,
No,
}Expand description
Describes whether an argument may have a null value.
Variants§
Trait Implementations§
impl Copy for AllowNull
impl Eq for AllowNull
impl StructuralPartialEq for AllowNull
Auto Trait Implementations§
impl Freeze for AllowNull
impl RefUnwindSafe for AllowNull
impl Send for AllowNull
impl Sync for AllowNull
impl Unpin for AllowNull
impl UnsafeUnpin for AllowNull
impl UnwindSafe for AllowNull
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