pub struct SalesforceMetadataIntegrationComparator;Trait Implementations§
impl HasInputField<caseMetadata, Option<JSONObject>> for SalesforceMetadataIntegrationComparator
impl InputObjectMarker for SalesforceMetadataIntegrationComparator
Auto Trait Implementations§
impl Freeze for SalesforceMetadataIntegrationComparator
impl RefUnwindSafe for SalesforceMetadataIntegrationComparator
impl Send for SalesforceMetadataIntegrationComparator
impl Sync for SalesforceMetadataIntegrationComparator
impl Unpin for SalesforceMetadataIntegrationComparator
impl UnwindSafe for SalesforceMetadataIntegrationComparator
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