pub enum TargetArch {
Any,
Amd64,
Arm64,
}Variants§
Trait Implementations§
Source§impl Clone for TargetArch
impl Clone for TargetArch
Source§fn clone(&self) -> TargetArch
fn clone(&self) -> TargetArch
Returns a duplicate of the value. Read more
1.0.0 · 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 TargetArch
impl Debug for TargetArch
Source§impl<'de> Deserialize<'de> for TargetArch
impl<'de> Deserialize<'de> for TargetArch
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 Display for TargetArch
impl Display for TargetArch
Source§impl From<BoardArch> for TargetArch
impl From<BoardArch> for TargetArch
Source§impl FromStr for TargetArch
impl FromStr for TargetArch
Source§impl Hash for TargetArch
impl Hash for TargetArch
Source§impl PartialEq for TargetArch
impl PartialEq for TargetArch
Source§impl Serialize for TargetArch
impl Serialize for TargetArch
impl Copy for TargetArch
impl Eq for TargetArch
impl StructuralPartialEq for TargetArch
Auto Trait Implementations§
impl Freeze for TargetArch
impl RefUnwindSafe for TargetArch
impl Send for TargetArch
impl Sync for TargetArch
impl Unpin for TargetArch
impl UnwindSafe for TargetArch
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