Enum oci_client::config::Architecture
source · pub enum Architecture {
Show 15 variants
Arm,
Arm64,
Amd64,
I386,
Wasm,
Loong64,
Mips,
Mipsle,
Mips64,
Mips64le,
PPC64,
PPC64le,
Riscv64,
S390x,
None,
}
Expand description
The CPU architecture which the binaries in this image are built to run on. Validated values are listed in Go Language document for GOARCH
Variants§
Arm
Arm
Arm64
Arm 64bit
Amd64
Amd64/x86-64
I386
Intel i386
Wasm
Wasm
Loong64
Loong64
Mips
MIPS
Mipsle
MIPSle
Mips64
MIPS64
Mips64le
MIPS64le
PPC64
Power PC64
PPC64le
Power PC64le
Riscv64
RiscV 64
S390x
IBM s390x
None
With this field empty
Trait Implementations§
source§impl Clone for Architecture
impl Clone for Architecture
source§fn clone(&self) -> Architecture
fn clone(&self) -> Architecture
Returns a copy 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 Architecture
impl Debug for Architecture
source§impl Default for Architecture
impl Default for Architecture
source§fn default() -> Architecture
fn default() -> Architecture
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Architecture
impl<'de> Deserialize<'de> for Architecture
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 PartialEq for Architecture
impl PartialEq for Architecture
source§impl Serialize for Architecture
impl Serialize for Architecture
impl StructuralPartialEq for Architecture
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)