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