pub struct StrumInnerVariantProperties {
pub default_with: Option<LitStr>,
}Fields§
§default_with: Option<LitStr>Trait Implementations§
Source§impl Clone for StrumInnerVariantProperties
impl Clone for StrumInnerVariantProperties
Source§fn clone(&self) -> StrumInnerVariantProperties
fn clone(&self) -> StrumInnerVariantProperties
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 Default for StrumInnerVariantProperties
impl Default for StrumInnerVariantProperties
Source§fn default() -> StrumInnerVariantProperties
fn default() -> StrumInnerVariantProperties
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StrumInnerVariantProperties
impl RefUnwindSafe for StrumInnerVariantProperties
impl !Send for StrumInnerVariantProperties
impl !Sync for StrumInnerVariantProperties
impl Unpin for StrumInnerVariantProperties
impl UnwindSafe for StrumInnerVariantProperties
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