Struct nektar::SchemaValidation
source · pub struct SchemaValidation(pub i32);Tuple Fields§
§0: i32Implementations§
source§impl SchemaValidation
impl SchemaValidation
pub const LATEST: SchemaValidation = _
pub const ALL: SchemaValidation = _
pub const ENUM_VALUES: &'static [Self] = _
Trait Implementations§
source§impl Clone for SchemaValidation
impl Clone for SchemaValidation
source§fn clone(&self) -> SchemaValidation
fn clone(&self) -> SchemaValidation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SchemaValidation
impl Debug for SchemaValidation
source§impl From<&SchemaValidation> for i32
impl From<&SchemaValidation> for i32
source§fn from(e: &SchemaValidation) -> i32
fn from(e: &SchemaValidation) -> i32
Converts to this type from the input type.
source§impl From<&i32> for SchemaValidation
impl From<&i32> for SchemaValidation
source§impl From<SchemaValidation> for i32
impl From<SchemaValidation> for i32
source§fn from(e: SchemaValidation) -> i32
fn from(e: SchemaValidation) -> i32
Converts to this type from the input type.
source§impl From<i32> for SchemaValidation
impl From<i32> for SchemaValidation
source§impl Hash for SchemaValidation
impl Hash for SchemaValidation
source§impl Ord for SchemaValidation
impl Ord for SchemaValidation
source§fn cmp(&self, other: &SchemaValidation) -> Ordering
fn cmp(&self, other: &SchemaValidation) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for SchemaValidation
impl PartialEq for SchemaValidation
source§fn eq(&self, other: &SchemaValidation) -> bool
fn eq(&self, other: &SchemaValidation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for SchemaValidation
impl PartialOrd for SchemaValidation
source§fn partial_cmp(&self, other: &SchemaValidation) -> Option<Ordering>
fn partial_cmp(&self, other: &SchemaValidation) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl TSerializable for SchemaValidation
impl TSerializable for SchemaValidation
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol ) -> Result<SchemaValidation>
impl Copy for SchemaValidation
impl Eq for SchemaValidation
impl StructuralEq for SchemaValidation
impl StructuralPartialEq for SchemaValidation
Auto Trait Implementations§
impl RefUnwindSafe for SchemaValidation
impl Send for SchemaValidation
impl Sync for SchemaValidation
impl Unpin for SchemaValidation
impl UnwindSafe for SchemaValidation
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