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