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