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