pub struct InitContext {
pub root: String,
pub dbs_ctx: Vec<DatabaseInitContext>,
}Fields§
§root: String§dbs_ctx: Vec<DatabaseInitContext>Implementations§
Trait Implementations§
Source§impl Clone for InitContext
impl Clone for InitContext
Source§fn clone(&self) -> InitContext
fn clone(&self) -> InitContext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for InitContext
impl RefUnwindSafe for InitContext
impl Send for InitContext
impl Sync for InitContext
impl Unpin for InitContext
impl UnwindSafe for InitContext
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