pub struct Tlsa<'a> {
pub usage: u8,
pub selector: u8,
pub matching_type: u8,
pub certificate_association_data: Characters<'a>,
}Expand description
Fields§
§usage: u8The usage of this TLSA record
selector: u8The selector of this TLSA record
matching_type: u8The matching type of this TLSA record
certificate_association_data: Characters<'a>The certificate association data
Trait Implementations§
impl<'a> Copy for Tlsa<'a>
impl<'a> StructuralPartialEq for Tlsa<'a>
Auto Trait Implementations§
impl<'a> Freeze for Tlsa<'a>
impl<'a> RefUnwindSafe for Tlsa<'a>
impl<'a> Send for Tlsa<'a>
impl<'a> Sync for Tlsa<'a>
impl<'a> Unpin for Tlsa<'a>
impl<'a> UnwindSafe for Tlsa<'a>
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