pub struct RecordAAAA {
pub ip: Ipv6Addr,
}
Fields§
§ip: Ipv6Addr
Trait Implementations§
Source§impl Clone for RecordAAAA
impl Clone for RecordAAAA
Source§fn clone(&self) -> RecordAAAA
fn clone(&self) -> RecordAAAA
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RecordAAAA
impl Debug for RecordAAAA
Source§impl Display for RecordAAAA
impl Display for RecordAAAA
Source§impl PartialEq for RecordAAAA
impl PartialEq for RecordAAAA
Source§impl RecordReader for RecordAAAA
impl RecordReader for RecordAAAA
impl Eq for RecordAAAA
impl StructuralPartialEq for RecordAAAA
Auto Trait Implementations§
impl Freeze for RecordAAAA
impl RefUnwindSafe for RecordAAAA
impl Send for RecordAAAA
impl Sync for RecordAAAA
impl Unpin for RecordAAAA
impl UnwindSafe for RecordAAAA
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