pub enum ConfigEntryTls {
None,
Tls,
Https,
}
Variants§
Trait Implementations§
Source§impl Clone for ConfigEntryTls
impl Clone for ConfigEntryTls
Source§fn clone(&self) -> ConfigEntryTls
fn clone(&self) -> ConfigEntryTls
Returns a copy 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 Debug for ConfigEntryTls
impl Debug for ConfigEntryTls
Source§impl PartialEq for ConfigEntryTls
impl PartialEq for ConfigEntryTls
impl Copy for ConfigEntryTls
impl Eq for ConfigEntryTls
impl StructuralPartialEq for ConfigEntryTls
Auto Trait Implementations§
impl Freeze for ConfigEntryTls
impl RefUnwindSafe for ConfigEntryTls
impl Send for ConfigEntryTls
impl Sync for ConfigEntryTls
impl Unpin for ConfigEntryTls
impl UnwindSafe for ConfigEntryTls
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