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