pub enum NotAvailable1Code {
CodeNTAV,
}
Variants§
CodeNTAV
Implementations§
Source§impl NotAvailable1Code
impl NotAvailable1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for NotAvailable1Code
impl RefUnwindSafe for NotAvailable1Code
impl Send for NotAvailable1Code
impl Sync for NotAvailable1Code
impl Unpin for NotAvailable1Code
impl UnwindSafe for NotAvailable1Code
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