pub struct RejectVocab;
Trait Implementations§
Source§impl Debug for RejectVocab
impl Debug for RejectVocab
Source§impl From<RejectVocab> for Error
impl From<RejectVocab> for Error
Source§fn from(_value: RejectVocab) -> Self
fn from(_value: RejectVocab) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RejectVocab
impl RefUnwindSafe for RejectVocab
impl Send for RejectVocab
impl Sync for RejectVocab
impl Unpin for RejectVocab
impl UnwindSafe for RejectVocab
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