pub struct releaseCreate;Trait Implementations§
Source§impl Field for releaseCreate
impl Field for releaseCreate
Source§impl HasArgument<input> for releaseCreate
impl HasArgument<input> for releaseCreate
Source§type ArgumentType = ReleaseCreateInput
type ArgumentType = ReleaseCreateInput
The schema marker type of this argument.
Source§impl HasField<releaseCreate> for Mutation
impl HasField<releaseCreate> for Mutation
Source§type Type = ReleasePayload
type Type = ReleasePayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for releaseCreate
impl RefUnwindSafe for releaseCreate
impl Send for releaseCreate
impl Sync for releaseCreate
impl Unpin for releaseCreate
impl UnwindSafe for releaseCreate
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