pub struct ListField {
pub value: Expr,
pub sep: Option<Token>,
}Fields§
§value: Expr§sep: Option<Token>Trait Implementations§
Source§impl Comments for ListField
impl Comments for ListField
fn get_comments(&self) -> Vec<&str>
fn has_comments(&self) -> bool
impl StructuralPartialEq for ListField
Auto Trait Implementations§
impl Freeze for ListField
impl RefUnwindSafe for ListField
impl Send for ListField
impl Sync for ListField
impl Unpin for ListField
impl UnwindSafe for ListField
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