pub struct X25 {
pub domain_name: DomainName,
pub ttl: u32,
pub class: Class,
pub psdn_address: PSDNAddress,
}
Expand description
The X25 resource record type.
Fields§
§domain_name: DomainName
§ttl: u32
§class: Class
§psdn_address: PSDNAddress
Implementations§
Trait Implementations§
impl Eq for X25
impl StructuralPartialEq for X25
Auto Trait Implementations§
impl Freeze for X25
impl RefUnwindSafe for X25
impl Send for X25
impl Sync for X25
impl Unpin for X25
impl UnwindSafe for X25
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