pub struct HomepageSummary {
pub metrics_summary: Option<MetricsSummary>,
pub site_urls: Vec<String>,
pub license: License,
pub version: Version,
}Expand description
Homepage summary
Fields§
§metrics_summary: Option<MetricsSummary>§site_urls: Vec<String>§license: License§version: VersionTrait Implementations§
Source§impl Clone for HomepageSummary
impl Clone for HomepageSummary
Source§fn clone(&self) -> HomepageSummary
fn clone(&self) -> HomepageSummary
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 HomepageSummary
impl Debug for HomepageSummary
Source§impl<'de> Deserialize<'de> for HomepageSummary
impl<'de> Deserialize<'de> for HomepageSummary
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
Auto Trait Implementations§
impl Freeze for HomepageSummary
impl RefUnwindSafe for HomepageSummary
impl Send for HomepageSummary
impl Sync for HomepageSummary
impl Unpin for HomepageSummary
impl UnsafeUnpin for HomepageSummary
impl UnwindSafe for HomepageSummary
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