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