pub struct NativeOperatorHostToolchainFileIdentity {
pub logical_path: String,
pub resolved_path: String,
pub sha256: String,
pub size_bytes: u64,
}Fields§
§logical_path: String§resolved_path: String§sha256: String§size_bytes: u64Trait Implementations§
Source§impl Clone for NativeOperatorHostToolchainFileIdentity
impl Clone for NativeOperatorHostToolchainFileIdentity
Source§fn clone(&self) -> NativeOperatorHostToolchainFileIdentity
fn clone(&self) -> NativeOperatorHostToolchainFileIdentity
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<'de> Deserialize<'de> for NativeOperatorHostToolchainFileIdentity
impl<'de> Deserialize<'de> for NativeOperatorHostToolchainFileIdentity
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
impl Eq for NativeOperatorHostToolchainFileIdentity
impl StructuralPartialEq for NativeOperatorHostToolchainFileIdentity
Auto Trait Implementations§
impl Freeze for NativeOperatorHostToolchainFileIdentity
impl RefUnwindSafe for NativeOperatorHostToolchainFileIdentity
impl Send for NativeOperatorHostToolchainFileIdentity
impl Sync for NativeOperatorHostToolchainFileIdentity
impl Unpin for NativeOperatorHostToolchainFileIdentity
impl UnsafeUnpin for NativeOperatorHostToolchainFileIdentity
impl UnwindSafe for NativeOperatorHostToolchainFileIdentity
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