pub struct MatchBuilder {
pub full: Group,
pub groups: Map<Arc<String>, Group>,
}Fields§
§full: Group§groups: Map<Arc<String>, Group>Implementations§
Trait Implementations§
Source§impl Clone for MatchBuilder
impl Clone for MatchBuilder
Source§fn clone(&self) -> MatchBuilder
fn clone(&self) -> MatchBuilder
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 MatchBuilder
impl RefUnwindSafe for MatchBuilder
impl Send for MatchBuilder
impl Sync for MatchBuilder
impl Unpin for MatchBuilder
impl UnwindSafe for MatchBuilder
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