pub struct PersonAndOrganization {
pub the_person: PersonRef,
pub the_organization: OrganizationRef,
}Fields§
§the_person: PersonRef§the_organization: OrganizationRefTrait Implementations§
Source§impl Clone for PersonAndOrganization
impl Clone for PersonAndOrganization
Source§fn clone(&self) -> PersonAndOrganization
fn clone(&self) -> PersonAndOrganization
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 PersonAndOrganization
impl Debug for PersonAndOrganization
Source§impl PartialEq for PersonAndOrganization
impl PartialEq for PersonAndOrganization
Source§fn eq(&self, other: &PersonAndOrganization) -> bool
fn eq(&self, other: &PersonAndOrganization) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PersonAndOrganization
Auto Trait Implementations§
impl Freeze for PersonAndOrganization
impl RefUnwindSafe for PersonAndOrganization
impl Send for PersonAndOrganization
impl Sync for PersonAndOrganization
impl Unpin for PersonAndOrganization
impl UnsafeUnpin for PersonAndOrganization
impl UnwindSafe for PersonAndOrganization
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