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