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