Enum smda::FileArchitecture
source · pub enum FileArchitecture {
I386,
AMD64,
}Variants§
Trait Implementations§
source§impl Clone for FileArchitecture
impl Clone for FileArchitecture
source§fn clone(&self) -> FileArchitecture
fn clone(&self) -> FileArchitecture
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 FileArchitecture
impl Debug for FileArchitecture
source§impl<'de> Deserialize<'de> for FileArchitecture
impl<'de> Deserialize<'de> for FileArchitecture
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 FileArchitecture
impl Display for FileArchitecture
source§impl PartialEq for FileArchitecture
impl PartialEq for FileArchitecture
source§fn eq(&self, other: &FileArchitecture) -> bool
fn eq(&self, other: &FileArchitecture) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for FileArchitecture
impl Serialize for FileArchitecture
impl Copy for FileArchitecture
impl Eq for FileArchitecture
impl StructuralPartialEq for FileArchitecture
Auto Trait Implementations§
impl RefUnwindSafe for FileArchitecture
impl Send for FileArchitecture
impl Sync for FileArchitecture
impl Unpin for FileArchitecture
impl UnwindSafe for FileArchitecture
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