Struct sqruff_lib::core::parser::match_algorithms::BracketInfo
source · pub struct BracketInfo { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for BracketInfo
impl !Send for BracketInfo
impl !Sync for BracketInfo
impl Unpin for BracketInfo
impl !UnwindSafe for BracketInfo
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