pub struct ResolvedMatch {
pub optional: bool,
pub pattern: ResolvedPattern,
pub where_: Option<ResolvedExpr>,
}Fields§
§optional: bool§pattern: ResolvedPattern§where_: Option<ResolvedExpr>Trait Implementations§
Source§impl Clone for ResolvedMatch
impl Clone for ResolvedMatch
Source§fn clone(&self) -> ResolvedMatch
fn clone(&self) -> ResolvedMatch
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ResolvedMatch
impl RefUnwindSafe for ResolvedMatch
impl Send for ResolvedMatch
impl Sync for ResolvedMatch
impl Unpin for ResolvedMatch
impl UnsafeUnpin for ResolvedMatch
impl UnwindSafe for ResolvedMatch
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