pub struct ConnectionEntityUserContactConnectionRef<'a> {
pub entity_connection: &'a Connection,
pub user_contact: &'a UserContact,
}Fields§
§entity_connection: &'a Connection§user_contact: &'a UserContactTrait Implementations§
Source§impl<'a> Clone for ConnectionEntityUserContactConnectionRef<'a>
impl<'a> Clone for ConnectionEntityUserContactConnectionRef<'a>
Source§fn clone(&self) -> ConnectionEntityUserContactConnectionRef<'a>
fn clone(&self) -> ConnectionEntityUserContactConnectionRef<'a>
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<'a> Copy for ConnectionEntityUserContactConnectionRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for ConnectionEntityUserContactConnectionRef<'a>
impl<'a> RefUnwindSafe for ConnectionEntityUserContactConnectionRef<'a>
impl<'a> Send for ConnectionEntityUserContactConnectionRef<'a>
impl<'a> Sync for ConnectionEntityUserContactConnectionRef<'a>
impl<'a> Unpin for ConnectionEntityUserContactConnectionRef<'a>
impl<'a> UnsafeUnpin for ConnectionEntityUserContactConnectionRef<'a>
impl<'a> UnwindSafe for ConnectionEntityUserContactConnectionRef<'a>
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