pub enum VdrError {
Engine(EngineError),
Rejected(Vec<Value>),
Malformed(String),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VdrError
impl RefUnwindSafe for VdrError
impl Send for VdrError
impl Sync for VdrError
impl Unpin for VdrError
impl UnsafeUnpin for VdrError
impl UnwindSafe for VdrError
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