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