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