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