pub struct InvalidScope;
Expand description
Error type indicating that a scope could not be created from the given token scope.
As tokens are only accepted from trusted sources, the presence of this error typically indicates a misconfigured trust anchor.
Trait Implementations§
Source§impl Clone for InvalidScope
impl Clone for InvalidScope
Source§fn clone(&self) -> InvalidScope
fn clone(&self) -> InvalidScope
Returns a copy of the value. Read more
1.0.0 · 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 InvalidScope
impl Debug for InvalidScope
impl Copy for InvalidScope
Auto Trait Implementations§
impl Freeze for InvalidScope
impl RefUnwindSafe for InvalidScope
impl Send for InvalidScope
impl Sync for InvalidScope
impl Unpin for InvalidScope
impl UnwindSafe for InvalidScope
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