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