pub struct SimpleTokenValidator { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SimpleTokenValidator
impl Clone for SimpleTokenValidator
Source§fn clone(&self) -> SimpleTokenValidator
fn clone(&self) -> SimpleTokenValidator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SimpleTokenValidator
impl Debug for SimpleTokenValidator
Auto Trait Implementations§
impl Freeze for SimpleTokenValidator
impl RefUnwindSafe for SimpleTokenValidator
impl Send for SimpleTokenValidator
impl Sync for SimpleTokenValidator
impl Unpin for SimpleTokenValidator
impl UnsafeUnpin for SimpleTokenValidator
impl UnwindSafe for SimpleTokenValidator
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