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