pub struct RegistrySearchResponseHit {
pub scope: Option<String>,
pub name: Option<String>,
pub version: Option<String>,
pub description: Option<String>,
pub categories: Option<Vec<String>>,
pub keywords: Option<Vec<String>>,
pub publisher_tenant_id: Option<String>,
pub published_at: Option<String>,
}Expand description
RegistrySearchResponseHit model.
Fields§
§scope: Option<String>§name: Option<String>§version: Option<String>§description: Option<String>§categories: Option<Vec<String>>§keywords: Option<Vec<String>>§publisher_tenant_id: Option<String>§published_at: Option<String>Trait Implementations§
Source§impl Clone for RegistrySearchResponseHit
impl Clone for RegistrySearchResponseHit
Source§fn clone(&self) -> RegistrySearchResponseHit
fn clone(&self) -> RegistrySearchResponseHit
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 Debug for RegistrySearchResponseHit
impl Debug for RegistrySearchResponseHit
Source§impl Default for RegistrySearchResponseHit
impl Default for RegistrySearchResponseHit
Source§fn default() -> RegistrySearchResponseHit
fn default() -> RegistrySearchResponseHit
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RegistrySearchResponseHit
impl<'de> Deserialize<'de> for RegistrySearchResponseHit
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 RegistrySearchResponseHit
Auto Trait Implementations§
impl Freeze for RegistrySearchResponseHit
impl RefUnwindSafe for RegistrySearchResponseHit
impl Send for RegistrySearchResponseHit
impl Sync for RegistrySearchResponseHit
impl Unpin for RegistrySearchResponseHit
impl UnsafeUnpin for RegistrySearchResponseHit
impl UnwindSafe for RegistrySearchResponseHit
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