pub struct HTTPSRecord {
pub svc_priority: u16,
pub target_name: String,
pub svc_params: Vec<KeyValue>,
}Expand description
An HTTPS record, as defined in RFC 9460.
Fields§
§svc_priority: u16§target_name: String§svc_params: Vec<KeyValue>Trait Implementations§
Source§impl Clone for HTTPSRecord
impl Clone for HTTPSRecord
Source§fn clone(&self) -> HTTPSRecord
fn clone(&self) -> HTTPSRecord
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 HTTPSRecord
impl Debug for HTTPSRecord
Source§impl Display for HTTPSRecord
impl Display for HTTPSRecord
impl Eq for HTTPSRecord
Source§impl Hash for HTTPSRecord
impl Hash for HTTPSRecord
Source§impl PartialEq for HTTPSRecord
impl PartialEq for HTTPSRecord
impl StructuralPartialEq for HTTPSRecord
Auto Trait Implementations§
impl Freeze for HTTPSRecord
impl RefUnwindSafe for HTTPSRecord
impl Send for HTTPSRecord
impl Sync for HTTPSRecord
impl Unpin for HTTPSRecord
impl UnsafeUnpin for HTTPSRecord
impl UnwindSafe for HTTPSRecord
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.