pub struct UpdateLabelInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UpdateLabelInput
impl HasInputField<color, Option<String>> for UpdateLabelInput
impl HasInputField<description, Option<String>> for UpdateLabelInput
impl HasInputField<id, Id> for UpdateLabelInput
impl HasInputField<name, Option<String>> for UpdateLabelInput
impl InputObjectMarker for UpdateLabelInput
Auto Trait Implementations§
impl Freeze for UpdateLabelInput
impl RefUnwindSafe for UpdateLabelInput
impl Send for UpdateLabelInput
impl Sync for UpdateLabelInput
impl Unpin for UpdateLabelInput
impl UnwindSafe for UpdateLabelInput
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