pub(super) enum BracketKind {
Opening,
Closing,
}
Variants§
Auto Trait Implementations§
impl Freeze for BracketKind
impl RefUnwindSafe for BracketKind
impl Send for BracketKind
impl Sync for BracketKind
impl Unpin for BracketKind
impl UnwindSafe for BracketKind
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