pub enum DvAuthMethod<'a> {
DnsAuto,
Dns,
File,
FileProxy,
Custom(&'a str),
}Variantsยง
Implementationsยง
Trait Implementationsยง
Sourceยงimpl<'a> Clone for DvAuthMethod<'a>
impl<'a> Clone for DvAuthMethod<'a>
Sourceยงfn clone(&self) -> DvAuthMethod<'a>
fn clone(&self) -> DvAuthMethod<'a>
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSourceยงimpl<'a> Debug for DvAuthMethod<'a>
impl<'a> Debug for DvAuthMethod<'a>
Sourceยงimpl<'a> From<&'a str> for DvAuthMethod<'a>
impl<'a> From<&'a str> for DvAuthMethod<'a>
Sourceยงimpl<'a> PartialEq for DvAuthMethod<'a>
impl<'a> PartialEq for DvAuthMethod<'a>
Sourceยงimpl<'a> Serialize for DvAuthMethod<'a>
impl<'a> Serialize for DvAuthMethod<'a>
impl<'a> Copy for DvAuthMethod<'a>
impl<'a> StructuralPartialEq for DvAuthMethod<'a>
Auto Trait Implementationsยง
impl<'a> Freeze for DvAuthMethod<'a>
impl<'a> RefUnwindSafe for DvAuthMethod<'a>
impl<'a> Send for DvAuthMethod<'a>
impl<'a> Sync for DvAuthMethod<'a>
impl<'a> Unpin for DvAuthMethod<'a>
impl<'a> UnwindSafe for DvAuthMethod<'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