Struct sozu_command_lib::proxy::CertFingerprint
source · [−]Tuple Fields
0: Vec<u8>
Trait Implementations
sourceimpl Clone for CertFingerprint
impl Clone for CertFingerprint
sourcefn clone(&self) -> CertFingerprint
fn clone(&self) -> CertFingerprint
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CertFingerprint
impl Debug for CertFingerprint
sourceimpl<'de> Deserialize<'de> for CertFingerprint
impl<'de> Deserialize<'de> for CertFingerprint
sourcefn deserialize<D>(deserializer: D) -> Result<CertFingerprint, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<CertFingerprint, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Display for CertFingerprint
impl Display for CertFingerprint
sourceimpl Hash for CertFingerprint
impl Hash for CertFingerprint
sourceimpl Ord for CertFingerprint
impl Ord for CertFingerprint
sourcefn cmp(&self, other: &CertFingerprint) -> Ordering
fn cmp(&self, other: &CertFingerprint) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Self
const fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Self
const fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<CertFingerprint> for CertFingerprint
impl PartialEq<CertFingerprint> for CertFingerprint
sourcefn eq(&self, other: &CertFingerprint) -> bool
fn eq(&self, other: &CertFingerprint) -> bool
sourceimpl PartialOrd<CertFingerprint> for CertFingerprint
impl PartialOrd<CertFingerprint> for CertFingerprint
sourcefn partial_cmp(&self, other: &CertFingerprint) -> Option<Ordering>
fn partial_cmp(&self, other: &CertFingerprint) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresourceimpl Serialize for CertFingerprint
impl Serialize for CertFingerprint
impl Eq for CertFingerprint
impl StructuralEq for CertFingerprint
impl StructuralPartialEq for CertFingerprint
Auto Trait Implementations
impl RefUnwindSafe for CertFingerprint
impl Send for CertFingerprint
impl Sync for CertFingerprint
impl Unpin for CertFingerprint
impl UnwindSafe for CertFingerprint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more