pub struct SpecArgs {
pub args: Punctuated<SpecArg, Comma>,
}Expand description
Raw spec arguments, i.e. as they appear in the #[spec(...)] proc macro invocation.
Can represent a well-formed but invalid spec so that e.g. anodized-fmt may work with it.
Fields§
§args: Punctuated<SpecArg, Comma>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpecArgs
impl RefUnwindSafe for SpecArgs
impl !Send for SpecArgs
impl !Sync for SpecArgs
impl Unpin for SpecArgs
impl UnsafeUnpin for SpecArgs
impl UnwindSafe for SpecArgs
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