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