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