pub struct RuntimeVersion {
pub file: String,
pub size: u64,
pub sha256: String,
pub released: String,
pub wasi: bool,
pub features: Vec<String>,
pub url: String,
}Fields§
§file: String§size: u64§sha256: String§released: String§wasi: bool§features: Vec<String>§url: StringImplementations§
Trait Implementations§
Source§impl Clone for RuntimeVersion
impl Clone for RuntimeVersion
Source§fn clone(&self) -> RuntimeVersion
fn clone(&self) -> RuntimeVersion
Returns a duplicate of the value. Read more
1.0.0 · 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 RuntimeVersion
impl Debug for RuntimeVersion
Source§impl<'de> Deserialize<'de> for RuntimeVersion
impl<'de> Deserialize<'de> for RuntimeVersion
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
Source§impl PartialEq for RuntimeVersion
impl PartialEq for RuntimeVersion
Source§impl Serialize for RuntimeVersion
impl Serialize for RuntimeVersion
impl StructuralPartialEq for RuntimeVersion
Auto Trait Implementations§
impl Freeze for RuntimeVersion
impl RefUnwindSafe for RuntimeVersion
impl Send for RuntimeVersion
impl Sync for RuntimeVersion
impl Unpin for RuntimeVersion
impl UnwindSafe for RuntimeVersion
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