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