pub struct RecordDataCNAME(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for RecordDataCNAME
impl Clone for RecordDataCNAME
Source§fn clone(&self) -> RecordDataCNAME
fn clone(&self) -> RecordDataCNAME
Returns a duplicate 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 RecordDataCNAME
impl Debug for RecordDataCNAME
Source§impl Display for RecordDataCNAME
impl Display for RecordDataCNAME
Source§impl PartialEq for RecordDataCNAME
impl PartialEq for RecordDataCNAME
impl Eq for RecordDataCNAME
impl StructuralPartialEq for RecordDataCNAME
Auto Trait Implementations§
impl Freeze for RecordDataCNAME
impl RefUnwindSafe for RecordDataCNAME
impl Send for RecordDataCNAME
impl Sync for RecordDataCNAME
impl Unpin for RecordDataCNAME
impl UnwindSafe for RecordDataCNAME
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