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