Struct me3_binary_db::Jar
source · [−]pub struct Jar();
Trait Implementations
sourceimpl<'salsa_db> Jar<'salsa_db> for Jar
impl<'salsa_db> Jar<'salsa_db> for Jar
type DynDb = dyn Db + 'salsa_db
fn create_jar<DB>(routes: &mut Routes<DB>) -> Selfwhere
DB: JarFromJars<Self> + DbWithJar<Self>,
Auto Trait Implementations
impl RefUnwindSafe for Jar
impl Send for Jar
impl Sync for Jar
impl Unpin for Jar
impl UnwindSafe for Jar
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more