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