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