pub struct EmulatorValidator;Trait Implementations§
Source§impl Default for EmulatorValidator
impl Default for EmulatorValidator
Source§fn default() -> EmulatorValidator
fn default() -> EmulatorValidator
Returns the “default value” for a type. Read more
Source§impl TokenValidator for EmulatorValidator
impl TokenValidator for EmulatorValidator
Auto Trait Implementations§
impl Freeze for EmulatorValidator
impl RefUnwindSafe for EmulatorValidator
impl Send for EmulatorValidator
impl Sync for EmulatorValidator
impl Unpin for EmulatorValidator
impl UnwindSafe for EmulatorValidator
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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