pub struct repositoryFileUrl;
Trait Implementations§
Source§impl Field for repositoryFileUrl
impl Field for repositoryFileUrl
Source§impl HasField<repositoryFileUrl> for WorkflowRunFile
impl HasField<repositoryFileUrl> for WorkflowRunFile
Auto Trait Implementations§
impl Freeze for repositoryFileUrl
impl RefUnwindSafe for repositoryFileUrl
impl Send for repositoryFileUrl
impl Sync for repositoryFileUrl
impl Unpin for repositoryFileUrl
impl UnwindSafe for repositoryFileUrl
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