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