pub enum PersonAndOrganizationRoleRefView<'m> {
PersonAndOrganizationRole(&'m PersonAndOrganizationRole),
}Variants§
PersonAndOrganizationRole(&'m PersonAndOrganizationRole)
Trait Implementations§
Source§impl<'m> Clone for PersonAndOrganizationRoleRefView<'m>
impl<'m> Clone for PersonAndOrganizationRoleRefView<'m>
Source§fn clone(&self) -> PersonAndOrganizationRoleRefView<'m>
fn clone(&self) -> PersonAndOrganizationRoleRefView<'m>
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 moreimpl<'m> Copy for PersonAndOrganizationRoleRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for PersonAndOrganizationRoleRefView<'m>
impl<'m> RefUnwindSafe for PersonAndOrganizationRoleRefView<'m>
impl<'m> Send for PersonAndOrganizationRoleRefView<'m>
impl<'m> Sync for PersonAndOrganizationRoleRefView<'m>
impl<'m> Unpin for PersonAndOrganizationRoleRefView<'m>
impl<'m> UnsafeUnpin for PersonAndOrganizationRoleRefView<'m>
impl<'m> UnwindSafe for PersonAndOrganizationRoleRefView<'m>
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