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