Struct flexi_parse::group::Brackets
source · pub struct Brackets(pub Span);Expand description
The delimiters [ ].
Tuple Fields§
§0: SpanTrait Implementations§
source§impl Delimiters for Brackets
impl Delimiters for Brackets
§type Start = LeftBracket
type Start = LeftBracket
The opening delimiter, e.g.
(.§type End = RightBracket
type End = RightBracket
The closing delimiter, e.g.
).Auto Trait Implementations§
impl RefUnwindSafe for Brackets
impl !Send for Brackets
impl !Sync for Brackets
impl Unpin for Brackets
impl UnwindSafe for Brackets
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