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