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