pub struct Sql {
pub tokens: Vec<Token>,
/* private fields */
}
Fields§
§tokens: Vec<Token>
Implementations§
Source§impl Sql
impl Sql
pub fn buffer_content(&self, pos: &BufferSlice) -> &str
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sql
impl RefUnwindSafe for Sql
impl Send for Sql
impl Sync for Sql
impl Unpin for Sql
impl UnwindSafe for Sql
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