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