pub struct CAA {
pub domain_name: DomainName,
pub ttl: u32,
pub class: Class,
pub flags: u8,
pub tag: Tag,
pub value: Vec<u8>,
}
Expand description
The certification authority authorization resource record type.
Fields§
§domain_name: DomainName
§ttl: u32
§class: Class
§flags: u8
§tag: Tag
§value: Vec<u8>
Trait Implementations§
impl Eq for CAA
impl StructuralPartialEq for CAA
Auto Trait Implementations§
impl Freeze for CAA
impl RefUnwindSafe for CAA
impl Send for CAA
impl Sync for CAA
impl Unpin for CAA
impl UnwindSafe for CAA
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