pub struct Dist {
pub type: String,
pub url: String,
pub mirrors: Vec<Value>,
pub reference: Option<String>,
pub shasum: Option<String>,
}Fields§
§type: String§url: String§mirrors: Vec<Value>§reference: Option<String>§shasum: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Dist
impl<'de> Deserialize<'de> for Dist
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 Dist
impl RefUnwindSafe for Dist
impl Send for Dist
impl Sync for Dist
impl Unpin for Dist
impl UnsafeUnpin for Dist
impl UnwindSafe for Dist
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