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: Client
The HTTP client.
api_url: Url
The prow api url.
storage_type: StorageType
The build storage type.
storage_path: StoragePath
The 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 !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