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