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