Struct flexi_parse::group::Parentheses
source · pub struct Parentheses(pub Span);
Expand description
The delimiters (
)
.
Tuple Fields§
§0: Span
Trait Implementations§
source§impl Clone for Parentheses
impl Clone for Parentheses
source§fn clone(&self) -> Parentheses
fn clone(&self) -> Parentheses
Returns a copy 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 moresource§impl Debug for Parentheses
impl Debug for Parentheses
source§impl Delimiters for Parentheses
impl Delimiters for Parentheses
source§impl From<Span> for Parentheses
impl From<Span> for Parentheses
source§impl PartialEq<Parentheses> for Parentheses
impl PartialEq<Parentheses> for Parentheses
Auto Trait Implementations§
impl RefUnwindSafe for Parentheses
impl !Send for Parentheses
impl !Sync for Parentheses
impl Unpin for Parentheses
impl UnwindSafe for Parentheses
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