pub enum Architecture {
X86_64,
ARM64,
}Variants§
Trait Implementations§
Source§impl From<Architecture> for String
impl From<Architecture> for String
Source§fn from(value: Architecture) -> Self
fn from(value: Architecture) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Architecture
impl RefUnwindSafe for Architecture
impl Send for Architecture
impl Sync for Architecture
impl Unpin for Architecture
impl UnwindSafe for Architecture
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more