pub struct ProjectLabelPayload;Trait Implementations§
Source§impl HasField<__typename> for ProjectLabelPayload
impl HasField<__typename> for ProjectLabelPayload
Source§impl HasField<lastSyncId> for ProjectLabelPayload
impl HasField<lastSyncId> for ProjectLabelPayload
Source§impl HasField<projectLabel> for ProjectLabelPayload
impl HasField<projectLabel> for ProjectLabelPayload
Source§type Type = ProjectLabel
type Type = ProjectLabel
The schema marker type of this field.
Source§impl HasField<success> for ProjectLabelPayload
impl HasField<success> for ProjectLabelPayload
Auto Trait Implementations§
impl Freeze for ProjectLabelPayload
impl RefUnwindSafe for ProjectLabelPayload
impl Send for ProjectLabelPayload
impl Sync for ProjectLabelPayload
impl Unpin for ProjectLabelPayload
impl UnwindSafe for ProjectLabelPayload
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