Enum ion_schema::types::Nullability
source · [−]pub enum Nullability {
Nullable,
NotNullable,
}Expand description
Represents whether an atomic built-in type is nullable or not
Variants
Nullable
NotNullable
Trait Implementations
sourceimpl Clone for Nullability
impl Clone for Nullability
sourcefn clone(&self) -> Nullability
fn clone(&self) -> Nullability
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for Nullability
impl Debug for Nullability
sourceimpl PartialEq<Nullability> for Nullability
impl PartialEq<Nullability> for Nullability
sourcefn eq(&self, other: &Nullability) -> bool
fn eq(&self, other: &Nullability) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Eq for Nullability
impl StructuralEq for Nullability
impl StructuralPartialEq for Nullability
Auto Trait Implementations
impl RefUnwindSafe for Nullability
impl Send for Nullability
impl Sync for Nullability
impl Unpin for Nullability
impl UnwindSafe for Nullability
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more