pub struct MatchStar<'a> {
pub name: Option<Name<'a>>,
pub comma: Option<Comma<'a>>,
pub whitespace_before_name: ParenthesizableWhitespace<'a>,
}
Fields§
§name: Option<Name<'a>>
§comma: Option<Comma<'a>>
§whitespace_before_name: ParenthesizableWhitespace<'a>
Trait Implementations§
impl<'a> Eq for MatchStar<'a>
impl<'a> StructuralPartialEq for MatchStar<'a>
Auto Trait Implementations§
impl<'a> Freeze for MatchStar<'a>
impl<'a> RefUnwindSafe for MatchStar<'a>
impl<'a> Send for MatchStar<'a>
impl<'a> Sync for MatchStar<'a>
impl<'a> Unpin for MatchStar<'a>
impl<'a> UnwindSafe for MatchStar<'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