pub enum Auth {
Tc3(Tc3Auth),
None,
}Variantsยง
Implementationsยง
Trait Implementationsยง
impl Eq for Auth
impl StructuralPartialEq for Auth
Auto Trait Implementationsยง
impl Freeze for Auth
impl RefUnwindSafe for Auth
impl Send for Auth
impl Sync for Auth
impl Unpin for Auth
impl UnwindSafe for Auth
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