pub struct RegistryGetSparseIndexResponse {
pub scope: String,
pub name: String,
pub versions: Vec<RegistryGetSparseIndexResponseVersion>,
}Expand description
RegistryGetSparseIndexResponse model.
Fields§
§scope: String§name: String§versions: Vec<RegistryGetSparseIndexResponseVersion>Trait Implementations§
Source§impl Clone for RegistryGetSparseIndexResponse
impl Clone for RegistryGetSparseIndexResponse
Source§fn clone(&self) -> RegistryGetSparseIndexResponse
fn clone(&self) -> RegistryGetSparseIndexResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for RegistryGetSparseIndexResponse
impl Default for RegistryGetSparseIndexResponse
Source§fn default() -> RegistryGetSparseIndexResponse
fn default() -> RegistryGetSparseIndexResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RegistryGetSparseIndexResponse
impl<'de> Deserialize<'de> for RegistryGetSparseIndexResponse
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
impl StructuralPartialEq for RegistryGetSparseIndexResponse
Auto Trait Implementations§
impl Freeze for RegistryGetSparseIndexResponse
impl RefUnwindSafe for RegistryGetSparseIndexResponse
impl Send for RegistryGetSparseIndexResponse
impl Sync for RegistryGetSparseIndexResponse
impl Unpin for RegistryGetSparseIndexResponse
impl UnsafeUnpin for RegistryGetSparseIndexResponse
impl UnwindSafe for RegistryGetSparseIndexResponse
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