pub enum AttributeError {
MissingField(String),
InvalidFormat(Box<dyn Error>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AttributeError
impl !RefUnwindSafe for AttributeError
impl !Send for AttributeError
impl !Sync for AttributeError
impl Unpin for AttributeError
impl !UnwindSafe for AttributeError
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