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