pub enum ExternalEntryStatus1Codefixed {
CodeBOOK,
}Variants§
CodeBOOK
Implementations§
Source§impl ExternalEntryStatus1Codefixed
impl ExternalEntryStatus1Codefixed
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for ExternalEntryStatus1Codefixed
impl Clone for ExternalEntryStatus1Codefixed
Source§fn clone(&self) -> ExternalEntryStatus1Codefixed
fn clone(&self) -> ExternalEntryStatus1Codefixed
Returns a duplicate 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 Default for ExternalEntryStatus1Codefixed
impl Default for ExternalEntryStatus1Codefixed
Source§fn default() -> ExternalEntryStatus1Codefixed
fn default() -> ExternalEntryStatus1Codefixed
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExternalEntryStatus1Codefixed
impl<'de> Deserialize<'de> for ExternalEntryStatus1Codefixed
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ExternalEntryStatus1Codefixed
impl PartialEq for ExternalEntryStatus1Codefixed
Source§fn eq(&self, other: &ExternalEntryStatus1Codefixed) -> bool
fn eq(&self, other: &ExternalEntryStatus1Codefixed) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExternalEntryStatus1Codefixed
Auto Trait Implementations§
impl Freeze for ExternalEntryStatus1Codefixed
impl RefUnwindSafe for ExternalEntryStatus1Codefixed
impl Send for ExternalEntryStatus1Codefixed
impl Sync for ExternalEntryStatus1Codefixed
impl Unpin for ExternalEntryStatus1Codefixed
impl UnwindSafe for ExternalEntryStatus1Codefixed
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