pub enum KeychainStatus {
HasToken,
NoToken,
Error(String),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeychainStatus
impl RefUnwindSafe for KeychainStatus
impl Send for KeychainStatus
impl Sync for KeychainStatus
impl Unpin for KeychainStatus
impl UnsafeUnpin for KeychainStatus
impl UnwindSafe for KeychainStatus
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