pub struct SupportCaseForContact { /* private fields */ }Implementations§
Source§impl SupportCaseForContact
impl SupportCaseForContact
pub fn try_new( account_contact: CRMAccountContact, case_: SupportCase, ) -> DomainResult<Self>
Source§impl SupportCaseForContact
impl SupportCaseForContact
pub fn account_contact(&self) -> <CRMAccountContact as FieldAccess>::Output<'_>
pub fn case_(&self) -> <SupportCase as FieldAccess>::Output<'_>
Trait Implementations§
Source§impl Clone for SupportCaseForContact
impl Clone for SupportCaseForContact
Source§fn clone(&self) -> SupportCaseForContact
fn clone(&self) -> SupportCaseForContact
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 SupportCaseForContact
impl Debug for SupportCaseForContact
Source§impl PartialEq for SupportCaseForContact
impl PartialEq for SupportCaseForContact
Source§fn eq(&self, other: &SupportCaseForContact) -> bool
fn eq(&self, other: &SupportCaseForContact) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SupportCaseForContact
impl StructuralPartialEq for SupportCaseForContact
Auto Trait Implementations§
impl Freeze for SupportCaseForContact
impl RefUnwindSafe for SupportCaseForContact
impl Send for SupportCaseForContact
impl Sync for SupportCaseForContact
impl Unpin for SupportCaseForContact
impl UnsafeUnpin for SupportCaseForContact
impl UnwindSafe for SupportCaseForContact
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