pub struct Client {
pub client: Client,
pub api_url: Url,
pub storage_type: StorageType,
pub storage_path: StoragePath,
}Expand description
The prow client.
Fields§
§client: ClientThe HTTP client.
api_url: UrlThe prow api url.
storage_type: StorageTypeThe build storage type.
storage_path: StoragePathThe build storage path.
Auto Trait Implementations§
impl Freeze for Client
impl !RefUnwindSafe for Client
impl Send for Client
impl Sync for Client
impl Unpin for Client
impl UnsafeUnpin for Client
impl !UnwindSafe for Client
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