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