pub struct gitHubLabels;Trait Implementations§
Source§impl Field for gitHubLabels
impl Field for gitHubLabels
impl HasInputField<gitHubLabels, Option<Vec<String>>> for GitHubRepoMappingInput
Auto Trait Implementations§
impl Freeze for gitHubLabels
impl RefUnwindSafe for gitHubLabels
impl Send for gitHubLabels
impl Sync for gitHubLabels
impl Unpin for gitHubLabels
impl UnwindSafe for gitHubLabels
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