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