pub struct AuthenticationMethod<'a> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'a> Debug for AuthenticationMethod<'a>
impl<'a> Debug for AuthenticationMethod<'a>
Source§impl<'a> From<&'a str> for AuthenticationMethod<'a>
impl<'a> From<&'a str> for AuthenticationMethod<'a>
Source§impl<'a> PartialEq for AuthenticationMethod<'a>
impl<'a> PartialEq for AuthenticationMethod<'a>
Source§fn eq(&self, other: &AuthenticationMethod<'a>) -> bool
fn eq(&self, other: &AuthenticationMethod<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'a> Property<'a, &'a str> for AuthenticationMethod<'a>
impl<'a> Property<'a, &'a str> for AuthenticationMethod<'a>
Source§impl<'a> Read<'a> for AuthenticationMethod<'a>
impl<'a> Read<'a> for AuthenticationMethod<'a>
Source§impl Write for AuthenticationMethod<'_>
impl Write for AuthenticationMethod<'_>
impl<'a> StructuralPartialEq for AuthenticationMethod<'a>
Auto Trait Implementations§
impl<'a> Freeze for AuthenticationMethod<'a>
impl<'a> RefUnwindSafe for AuthenticationMethod<'a>
impl<'a> Send for AuthenticationMethod<'a>
impl<'a> Sync for AuthenticationMethod<'a>
impl<'a> Unpin for AuthenticationMethod<'a>
impl<'a> UnsafeUnpin for AuthenticationMethod<'a>
impl<'a> UnwindSafe for AuthenticationMethod<'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