pub struct DistToolchain { /* private fields */ }Expand description
Metadata of a dist toolchain. See Toolchain to create and get it.
Implementations§
Trait Implementations§
Source§impl Clone for DistToolchain
impl Clone for DistToolchain
Source§fn clone(&self) -> DistToolchain
fn clone(&self) -> DistToolchain
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 DistToolchain
impl Debug for DistToolchain
Source§impl<'de> Deserialize<'de> for DistToolchain
impl<'de> Deserialize<'de> for DistToolchain
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 Hash for DistToolchain
impl Hash for DistToolchain
Source§impl PartialEq for DistToolchain
impl PartialEq for DistToolchain
Source§fn eq(&self, other: &DistToolchain) -> bool
fn eq(&self, other: &DistToolchain) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DistToolchain
impl Serialize for DistToolchain
impl Eq for DistToolchain
impl StructuralPartialEq for DistToolchain
Auto Trait Implementations§
impl Freeze for DistToolchain
impl RefUnwindSafe for DistToolchain
impl Send for DistToolchain
impl Sync for DistToolchain
impl Unpin for DistToolchain
impl UnsafeUnpin for DistToolchain
impl UnwindSafe for DistToolchain
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