pub struct CoalescingInfo {
pub verified_server_names: Vec<String>,
}Fields§
§verified_server_names: Vec<String>Implementations§
Trait Implementations§
Source§impl Clone for CoalescingInfo
impl Clone for CoalescingInfo
Source§fn clone(&self) -> CoalescingInfo
fn clone(&self) -> CoalescingInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CoalescingInfo
impl Debug for CoalescingInfo
Source§impl Default for CoalescingInfo
impl Default for CoalescingInfo
Source§fn default() -> CoalescingInfo
fn default() -> CoalescingInfo
Returns the “default value” for a type. Read more
impl Eq for CoalescingInfo
Source§impl PartialEq for CoalescingInfo
impl PartialEq for CoalescingInfo
Source§fn eq(&self, other: &CoalescingInfo) -> bool
fn eq(&self, other: &CoalescingInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CoalescingInfo
Auto Trait Implementations§
impl Freeze for CoalescingInfo
impl RefUnwindSafe for CoalescingInfo
impl Send for CoalescingInfo
impl Sync for CoalescingInfo
impl Unpin for CoalescingInfo
impl UnsafeUnpin for CoalescingInfo
impl UnwindSafe for CoalescingInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.