pub struct AppRegistryResponse {
pub input_image_registry: Option<Registry>,
pub output_image_registry: Option<Registry>,
}
Fields§
§input_image_registry: Option<Registry>
§output_image_registry: Option<Registry>
Implementations§
Source§impl AppRegistryResponse
impl AppRegistryResponse
pub fn new() -> AppRegistryResponse
Trait Implementations§
Source§impl Clone for AppRegistryResponse
impl Clone for AppRegistryResponse
Source§fn clone(&self) -> AppRegistryResponse
fn clone(&self) -> AppRegistryResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AppRegistryResponse
impl Debug for AppRegistryResponse
Source§impl<'de> Deserialize<'de> for AppRegistryResponse
impl<'de> Deserialize<'de> for AppRegistryResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AppRegistryResponse
impl PartialEq for AppRegistryResponse
Source§impl Serialize for AppRegistryResponse
impl Serialize for AppRegistryResponse
impl StructuralPartialEq for AppRegistryResponse
Auto Trait Implementations§
impl Freeze for AppRegistryResponse
impl RefUnwindSafe for AppRegistryResponse
impl Send for AppRegistryResponse
impl Sync for AppRegistryResponse
impl Unpin for AppRegistryResponse
impl UnwindSafe for AppRegistryResponse
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