pub enum Credential<'a> {
Anonymous,
Login(&'a str, &'a str),
}Variants§
Auto Trait Implementations§
impl<'a> Freeze for Credential<'a>
impl<'a> RefUnwindSafe for Credential<'a>
impl<'a> Send for Credential<'a>
impl<'a> Sync for Credential<'a>
impl<'a> Unpin for Credential<'a>
impl<'a> UnsafeUnpin for Credential<'a>
impl<'a> UnwindSafe for Credential<'a>
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