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