pub enum InnerVariantMeta {
DefaultWith {
kw: default_with,
value: LitStr,
},
}
Variants§
DefaultWith
Trait Implementations§
Source§impl Debug for InnerVariantMeta
impl Debug for InnerVariantMeta
Source§impl Parse for InnerVariantMeta
impl Parse for InnerVariantMeta
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for InnerVariantMeta
impl RefUnwindSafe for InnerVariantMeta
impl !Send for InnerVariantMeta
impl !Sync for InnerVariantMeta
impl Unpin for InnerVariantMeta
impl UnwindSafe for InnerVariantMeta
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