pub struct Comma<'a> {
pub whitespace_before: ParenthesizableWhitespace<'a>,
pub whitespace_after: ParenthesizableWhitespace<'a>,
}
Fields§
§whitespace_before: ParenthesizableWhitespace<'a>
Any space that appears directly before this comma.
whitespace_after: ParenthesizableWhitespace<'a>
Any space that appears directly after this comma.
Trait Implementations§
impl<'a> Eq for Comma<'a>
impl<'a> StructuralPartialEq for Comma<'a>
Auto Trait Implementations§
impl<'a> Freeze for Comma<'a>
impl<'a> RefUnwindSafe for Comma<'a>
impl<'a> Send for Comma<'a>
impl<'a> Sync for Comma<'a>
impl<'a> Unpin for Comma<'a>
impl<'a> UnwindSafe for Comma<'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