pub struct ArchVariants {
pub arch_variant: Vec<ArchVariant>,
}Fields§
§arch_variant: Vec<ArchVariant>Trait Implementations§
Source§impl Clone for ArchVariants
impl Clone for ArchVariants
Source§fn clone(&self) -> ArchVariants
fn clone(&self) -> ArchVariants
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 ArchVariants
impl Debug for ArchVariants
Source§impl<'de> Deserialize<'de> for ArchVariants
impl<'de> Deserialize<'de> for ArchVariants
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 ArchVariants
impl PartialEq for ArchVariants
impl Eq for ArchVariants
impl StructuralPartialEq for ArchVariants
Auto Trait Implementations§
impl Freeze for ArchVariants
impl RefUnwindSafe for ArchVariants
impl Send for ArchVariants
impl Sync for ArchVariants
impl Unpin for ArchVariants
impl UnwindSafe for ArchVariants
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