Struct flexi_parse::group::Braces
source · pub struct Braces(pub Span);Expand description
The delimiters { }.
Tuple Fields§
§0: SpanTrait Implementations§
source§impl Delimiters for Braces
impl Delimiters for Braces
Auto Trait Implementations§
impl RefUnwindSafe for Braces
impl !Send for Braces
impl !Sync for Braces
impl Unpin for Braces
impl UnwindSafe for Braces
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