Struct oci_client::client::PushResponse
source · pub struct PushResponse {
pub config_url: String,
pub manifest_url: String,
}
Expand description
The data returned by an OCI registry after a successful push operation is completed
Fields§
§config_url: String
Pullable url for the config
manifest_url: String
Pullable url for the manifest
Auto Trait Implementations§
impl Freeze for PushResponse
impl RefUnwindSafe for PushResponse
impl Send for PushResponse
impl Sync for PushResponse
impl Unpin for PushResponse
impl UnwindSafe for PushResponse
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