pub enum RuntimeTarget {
LinuxAmd64,
LinuxArm64,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RuntimeTarget
impl Clone for RuntimeTarget
Source§fn clone(&self) -> RuntimeTarget
fn clone(&self) -> RuntimeTarget
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 moreimpl Copy for RuntimeTarget
Source§impl Debug for RuntimeTarget
impl Debug for RuntimeTarget
impl Eq for RuntimeTarget
Source§impl PartialEq for RuntimeTarget
impl PartialEq for RuntimeTarget
impl StructuralPartialEq for RuntimeTarget
Auto Trait Implementations§
impl Freeze for RuntimeTarget
impl RefUnwindSafe for RuntimeTarget
impl Send for RuntimeTarget
impl Sync for RuntimeTarget
impl Unpin for RuntimeTarget
impl UnsafeUnpin for RuntimeTarget
impl UnwindSafe for RuntimeTarget
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