pub enum Unverified {}Expand description
Uninhabited tag — Effect has not been authorized.
Trait Implementations§
Source§impl Debug for Unverified
impl Debug for Unverified
impl AuthState for Unverified
Auto Trait Implementations§
impl Freeze for Unverified
impl RefUnwindSafe for Unverified
impl Send for Unverified
impl Sync for Unverified
impl Unpin for Unverified
impl UnsafeUnpin for Unverified
impl UnwindSafe for Unverified
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