pub struct ImageRegistryResponse {
pub registry: Option<Registry>,
}
Fields§
§registry: Option<Registry>
Implementations§
Source§impl ImageRegistryResponse
impl ImageRegistryResponse
pub fn new() -> ImageRegistryResponse
Trait Implementations§
Source§impl Clone for ImageRegistryResponse
impl Clone for ImageRegistryResponse
Source§fn clone(&self) -> ImageRegistryResponse
fn clone(&self) -> ImageRegistryResponse
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 ImageRegistryResponse
impl Debug for ImageRegistryResponse
Source§impl<'de> Deserialize<'de> for ImageRegistryResponse
impl<'de> Deserialize<'de> for ImageRegistryResponse
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 ImageRegistryResponse
impl PartialEq for ImageRegistryResponse
Source§impl Serialize for ImageRegistryResponse
impl Serialize for ImageRegistryResponse
impl StructuralPartialEq for ImageRegistryResponse
Auto Trait Implementations§
impl Freeze for ImageRegistryResponse
impl RefUnwindSafe for ImageRegistryResponse
impl Send for ImageRegistryResponse
impl Sync for ImageRegistryResponse
impl Unpin for ImageRegistryResponse
impl UnwindSafe for ImageRegistryResponse
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