pub enum BitmaskArmChoice {
Normal(LitStr),
Default(Underscore),
}
Variants§
Normal(LitStr)
Default(Underscore)
Trait Implementations§
Source§impl Clone for BitmaskArmChoice
impl Clone for BitmaskArmChoice
Source§fn clone(&self) -> BitmaskArmChoice
fn clone(&self) -> BitmaskArmChoice
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 BitmaskArmChoice
impl Debug for BitmaskArmChoice
Source§impl Parse for BitmaskArmChoice
impl Parse for BitmaskArmChoice
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for BitmaskArmChoice
impl RefUnwindSafe for BitmaskArmChoice
impl !Send for BitmaskArmChoice
impl !Sync for BitmaskArmChoice
impl Unpin for BitmaskArmChoice
impl UnwindSafe for BitmaskArmChoice
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