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