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