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