pub enum AurisParseErrorKind {
Failed,
}Variants§
Failed
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AurisParseErrorKind
impl RefUnwindSafe for AurisParseErrorKind
impl Send for AurisParseErrorKind
impl Sync for AurisParseErrorKind
impl Unpin for AurisParseErrorKind
impl UnwindSafe for AurisParseErrorKind
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