pub struct ProjectLabelUpdateInput;Trait Implementations§
impl HasInputField<color, Option<String>> for ProjectLabelUpdateInput
impl HasInputField<description, Option<String>> for ProjectLabelUpdateInput
impl HasInputField<isGroup, Option<bool>> for ProjectLabelUpdateInput
impl HasInputField<name, Option<String>> for ProjectLabelUpdateInput
impl HasInputField<parentId, Option<String>> for ProjectLabelUpdateInput
impl HasInputField<retiredAt, Option<DateTime>> for ProjectLabelUpdateInput
impl InputObjectMarker for ProjectLabelUpdateInput
Auto Trait Implementations§
impl Freeze for ProjectLabelUpdateInput
impl RefUnwindSafe for ProjectLabelUpdateInput
impl Send for ProjectLabelUpdateInput
impl Sync for ProjectLabelUpdateInput
impl Unpin for ProjectLabelUpdateInput
impl UnwindSafe for ProjectLabelUpdateInput
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