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