pub struct Container {
pub repository_container: RepositoryContainer,
pub log_container: LogContainer,
}Fields
repository_container: RepositoryContainerlog_container: LogContainerTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Container
impl Send for Container
impl Sync for Container
impl Unpin for Container
impl !UnwindSafe for Container
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