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