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