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