pub struct UpdateJargonTermInput;
Trait Implementations§
impl HasInputField<data, UpdateJargonTermDataInput> for UpdateJargonTermInput
impl HasInputField<selector, SelectorInput> for UpdateJargonTermInput
impl InputObjectMarker for UpdateJargonTermInput
Auto Trait Implementations§
impl Freeze for UpdateJargonTermInput
impl RefUnwindSafe for UpdateJargonTermInput
impl Send for UpdateJargonTermInput
impl Sync for UpdateJargonTermInput
impl Unpin for UpdateJargonTermInput
impl UnwindSafe for UpdateJargonTermInput
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