pub struct AFSDB {
pub domain_name: DomainName,
pub ttl: u32,
pub class: Class,
pub subtype: AFSDBSubtype,
pub hostname: DomainName,
}
Expand description
The AFS Data base location resource record type:
Fields§
§domain_name: DomainName
§ttl: u32
§class: Class
§subtype: AFSDBSubtype
§hostname: DomainName
Implementations§
Trait Implementations§
impl Eq for AFSDB
impl StructuralPartialEq for AFSDB
Auto Trait Implementations§
impl Freeze for AFSDB
impl RefUnwindSafe for AFSDB
impl Send for AFSDB
impl Sync for AFSDB
impl Unpin for AFSDB
impl UnwindSafe for AFSDB
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