pub struct LockRuntime {
pub runtime_type: String,
pub version: String,
pub sha256: String,
pub downloaded_at: String,
}Fields§
§runtime_type: String§version: String§sha256: String§downloaded_at: StringTrait Implementations§
Source§impl Clone for LockRuntime
impl Clone for LockRuntime
Source§fn clone(&self) -> LockRuntime
fn clone(&self) -> LockRuntime
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 LockRuntime
impl Debug for LockRuntime
Source§impl<'de> Deserialize<'de> for LockRuntime
impl<'de> Deserialize<'de> for LockRuntime
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 LockRuntime
impl RefUnwindSafe for LockRuntime
impl Send for LockRuntime
impl Sync for LockRuntime
impl Unpin for LockRuntime
impl UnsafeUnpin for LockRuntime
impl UnwindSafe for LockRuntime
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