pub struct Wks { /* private fields */ }Expand description
Wks record data.
Wks records describe the well-known services supported by a particular protocol on a particular internet address.
The Wks record type is defined in RFC 1035, section 3.4.2.
Implementations§
Trait Implementations§
Source§impl<N> From<Wks> for AllRecordData<N>
impl<N> From<Wks> for AllRecordData<N>
Source§impl<N> From<Wks> for MasterRecordData<N>
impl<N> From<Wks> for MasterRecordData<N>
Source§impl Ord for Wks
impl Ord for Wks
Source§impl PartialOrd for Wks
impl PartialOrd for Wks
Source§impl RtypeRecordData for Wks
impl RtypeRecordData for Wks
impl Eq for Wks
impl StructuralPartialEq for Wks
Auto Trait Implementations§
impl !Freeze for Wks
impl RefUnwindSafe for Wks
impl Send for Wks
impl Sync for Wks
impl Unpin for Wks
impl UnwindSafe for Wks
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