pub struct StringList {
pub list: Vec<String>,
}Fields§
§list: Vec<String>Trait Implementations§
Source§impl Parse for StringList
impl Parse for StringList
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for StringList
impl RefUnwindSafe for StringList
impl Send for StringList
impl Sync for StringList
impl Unpin for StringList
impl UnwindSafe for StringList
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