pub type SearchResult = SearchResult;👎Deprecated since 0.8.0: Please use
docker_sdk::image::SearchResult. This will be removed in 0.9.0.Aliased Type§
pub struct SearchResult {
pub description: String,
pub is_official: bool,
pub is_automated: bool,
pub name: String,
pub star_count: u64,
}Fields§
§description: String§is_official: bool§is_automated: bool§name: String§star_count: u64