pub(crate) struct DataStructArgs {
pub(crate) args: Punctuated<DataStructArg, Comma>,
}
Fields§
§args: Punctuated<DataStructArg, Comma>
Trait Implementations§
source§impl Parse for DataStructArgs
impl Parse for DataStructArgs
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for DataStructArgs
impl RefUnwindSafe for DataStructArgs
impl !Send for DataStructArgs
impl !Sync for DataStructArgs
impl Unpin for DataStructArgs
impl UnwindSafe for DataStructArgs
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