Enum deltachat::login_param::ConnectionSecurity
source · pub(crate) enum ConnectionSecurity {
Tls,
Starttls,
Plain,
}
Variants§
Trait Implementations§
source§impl Clone for ConnectionSecurity
impl Clone for ConnectionSecurity
source§fn clone(&self) -> ConnectionSecurity
fn clone(&self) -> ConnectionSecurity
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 ConnectionSecurity
impl Debug for ConnectionSecurity
source§impl<'de> Deserialize<'de> for ConnectionSecurity
impl<'de> Deserialize<'de> for ConnectionSecurity
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for ConnectionSecurity
impl Display for ConnectionSecurity
source§impl PartialEq for ConnectionSecurity
impl PartialEq for ConnectionSecurity
source§impl Serialize for ConnectionSecurity
impl Serialize for ConnectionSecurity
source§impl TryFrom<Socket> for ConnectionSecurity
impl TryFrom<Socket> for ConnectionSecurity
impl Copy for ConnectionSecurity
impl Eq for ConnectionSecurity
impl StructuralPartialEq for ConnectionSecurity
Auto Trait Implementations§
impl Freeze for ConnectionSecurity
impl RefUnwindSafe for ConnectionSecurity
impl Send for ConnectionSecurity
impl Sync for ConnectionSecurity
impl Unpin for ConnectionSecurity
impl UnwindSafe for ConnectionSecurity
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.