pub struct AfsDb<'a> {
pub subtype: u16,
pub hostname: DnsName<'a>,
}Expand description
§AFS data base location
This record is used to locate a server that has a copy of the named AFS cell’s database.
Fields§
§subtype: u16The subtype of the record
hostname: DnsName<'a>The hostname of the server
Trait Implementations§
impl<'a> Copy for AfsDb<'a>
impl<'a> StructuralPartialEq for AfsDb<'a>
Auto Trait Implementations§
impl<'a> Freeze for AfsDb<'a>
impl<'a> RefUnwindSafe for AfsDb<'a>
impl<'a> Send for AfsDb<'a>
impl<'a> Sync for AfsDb<'a>
impl<'a> Unpin for AfsDb<'a>
impl<'a> UnwindSafe for AfsDb<'a>
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