pub struct Row<'a> {
pub breaks: Option<()>,
pub content: Option<ReservedControl<'a>>,
pub comment_trailing: Option<Comment<'a>>,
}Fields§
§breaks: Option<()>§content: Option<ReservedControl<'a>>§comment_trailing: Option<Comment<'a>>Trait Implementations§
impl<'a> StructuralPartialEq for Row<'a>
Auto Trait Implementations§
impl<'a> Freeze for Row<'a>
impl<'a> RefUnwindSafe for Row<'a>
impl<'a> Send for Row<'a>
impl<'a> Sync for Row<'a>
impl<'a> Unpin for Row<'a>
impl<'a> UnwindSafe for Row<'a>
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