Struct cairo_lang_syntax::node::db::SyntaxDatabase
source · pub struct SyntaxDatabase {}
Expand description
Representative struct for the query group.
Trait Implementations§
source§impl QueryGroup for SyntaxDatabase
impl QueryGroup for SyntaxDatabase
§type DynDb = dyn SyntaxGroup
type DynDb = dyn SyntaxGroup
Dyn version of the associated database trait.
type GroupStorage = SyntaxGroupGroupStorage__
Auto Trait Implementations§
impl RefUnwindSafe for SyntaxDatabase
impl Send for SyntaxDatabase
impl Sync for SyntaxDatabase
impl Unpin for SyntaxDatabase
impl UnwindSafe for SyntaxDatabase
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