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