pub enum QCryptoTLSCredsEndpoint {
client,
server,
}
Variants§
Trait Implementations§
Source§impl Clone for QCryptoTLSCredsEndpoint
impl Clone for QCryptoTLSCredsEndpoint
Source§fn clone(&self) -> QCryptoTLSCredsEndpoint
fn clone(&self) -> QCryptoTLSCredsEndpoint
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 Debug for QCryptoTLSCredsEndpoint
impl Debug for QCryptoTLSCredsEndpoint
Source§impl<'de> Deserialize<'de> for QCryptoTLSCredsEndpoint
impl<'de> Deserialize<'de> for QCryptoTLSCredsEndpoint
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 Enum for QCryptoTLSCredsEndpoint
impl Enum for QCryptoTLSCredsEndpoint
Source§impl FromStr for QCryptoTLSCredsEndpoint
impl FromStr for QCryptoTLSCredsEndpoint
Source§impl Hash for QCryptoTLSCredsEndpoint
impl Hash for QCryptoTLSCredsEndpoint
Source§impl Ord for QCryptoTLSCredsEndpoint
impl Ord for QCryptoTLSCredsEndpoint
Source§fn cmp(&self, other: &QCryptoTLSCredsEndpoint) -> Ordering
fn cmp(&self, other: &QCryptoTLSCredsEndpoint) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for QCryptoTLSCredsEndpoint
impl PartialEq for QCryptoTLSCredsEndpoint
Source§impl PartialOrd for QCryptoTLSCredsEndpoint
impl PartialOrd for QCryptoTLSCredsEndpoint
Source§impl Serialize for QCryptoTLSCredsEndpoint
impl Serialize for QCryptoTLSCredsEndpoint
impl Copy for QCryptoTLSCredsEndpoint
impl Eq for QCryptoTLSCredsEndpoint
impl StructuralPartialEq for QCryptoTLSCredsEndpoint
Auto Trait Implementations§
impl Freeze for QCryptoTLSCredsEndpoint
impl RefUnwindSafe for QCryptoTLSCredsEndpoint
impl Send for QCryptoTLSCredsEndpoint
impl Sync for QCryptoTLSCredsEndpoint
impl Unpin for QCryptoTLSCredsEndpoint
impl UnwindSafe for QCryptoTLSCredsEndpoint
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