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