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