pub struct createTag;
Trait Implementations§
Source§impl HasArgument<data> for createTag
impl HasArgument<data> for createTag
Source§type ArgumentType = CreateTagDataInput
type ArgumentType = CreateTagDataInput
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for createTag
impl RefUnwindSafe for createTag
impl Send for createTag
impl Sync for createTag
impl Unpin for createTag
impl UnwindSafe for createTag
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