pub struct RecordNS {
pub fqdn: String,
}
Fields§
§fqdn: String
Trait Implementations§
Source§impl RecordReader for RecordNS
impl RecordReader for RecordNS
impl Eq for RecordNS
impl StructuralPartialEq for RecordNS
Auto Trait Implementations§
impl Freeze for RecordNS
impl RefUnwindSafe for RecordNS
impl Send for RecordNS
impl Sync for RecordNS
impl Unpin for RecordNS
impl UnwindSafe for RecordNS
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