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