pub struct reopenCaseStatus;Trait Implementations§
Source§impl Field for reopenCaseStatus
impl Field for reopenCaseStatus
impl HasInputField<reopenCaseStatus, Option<String>> for SalesforceSettingsInput
Auto Trait Implementations§
impl Freeze for reopenCaseStatus
impl RefUnwindSafe for reopenCaseStatus
impl Send for reopenCaseStatus
impl Sync for reopenCaseStatus
impl Unpin for reopenCaseStatus
impl UnwindSafe for reopenCaseStatus
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