pub struct NapRecord { /* private fields */ }Expand description
A name/address/phone record used for consistency checks.
Implementations§
Trait Implementations§
impl Eq for NapRecord
impl StructuralPartialEq for NapRecord
Auto Trait Implementations§
impl Freeze for NapRecord
impl RefUnwindSafe for NapRecord
impl Send for NapRecord
impl Sync for NapRecord
impl Unpin for NapRecord
impl UnsafeUnpin for NapRecord
impl UnwindSafe for NapRecord
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