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