pub struct RecordDataAAAA(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for RecordDataAAAA
impl Clone for RecordDataAAAA
Source§fn clone(&self) -> RecordDataAAAA
fn clone(&self) -> RecordDataAAAA
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RecordDataAAAA
impl Debug for RecordDataAAAA
Source§impl Display for RecordDataAAAA
impl Display for RecordDataAAAA
impl Eq for RecordDataAAAA
Source§impl PartialEq for RecordDataAAAA
impl PartialEq for RecordDataAAAA
impl StructuralPartialEq for RecordDataAAAA
Auto Trait Implementations§
impl Freeze for RecordDataAAAA
impl RefUnwindSafe for RecordDataAAAA
impl Send for RecordDataAAAA
impl Sync for RecordDataAAAA
impl Unpin for RecordDataAAAA
impl UnsafeUnpin for RecordDataAAAA
impl UnwindSafe for RecordDataAAAA
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