pub struct PersonView {
pub person_id: PersonId,
pub name: String,
}Fields§
§person_id: PersonId§name: StringTrait Implementations§
Source§impl Clone for PersonView
impl Clone for PersonView
Source§fn clone(&self) -> PersonView
fn clone(&self) -> PersonView
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 PersonView
impl Debug for PersonView
impl Eq for PersonView
Source§impl PartialEq for PersonView
impl PartialEq for PersonView
impl StructuralPartialEq for PersonView
Auto Trait Implementations§
impl Freeze for PersonView
impl RefUnwindSafe for PersonView
impl Send for PersonView
impl Sync for PersonView
impl Unpin for PersonView
impl UnsafeUnpin for PersonView
impl UnwindSafe for PersonView
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