pub struct BracketPair { /* private fields */ }Expand description
A matched pair of brackets at byte offsets.
Implementations§
Trait Implementations§
Source§impl Clone for BracketPair
impl Clone for BracketPair
Source§fn clone(&self) -> BracketPair
fn clone(&self) -> BracketPair
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 moreSource§impl Debug for BracketPair
impl Debug for BracketPair
Source§impl PartialEq for BracketPair
impl PartialEq for BracketPair
impl Copy for BracketPair
impl Eq for BracketPair
impl StructuralPartialEq for BracketPair
Auto Trait Implementations§
impl Freeze for BracketPair
impl RefUnwindSafe for BracketPair
impl Send for BracketPair
impl Sync for BracketPair
impl Unpin for BracketPair
impl UnsafeUnpin for BracketPair
impl UnwindSafe for BracketPair
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