pub struct UpdateParametersInput;
Trait Implementations§
impl HasInputField<updateAllowsFetchAndMerge, bool> for UpdateParametersInput
impl InputObjectMarker for UpdateParametersInput
Auto Trait Implementations§
impl Freeze for UpdateParametersInput
impl RefUnwindSafe for UpdateParametersInput
impl Send for UpdateParametersInput
impl Sync for UpdateParametersInput
impl Unpin for UpdateParametersInput
impl UnwindSafe for UpdateParametersInput
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