Struct ayaka_runtime::ContextBuilderWithPaths
source · pub struct ContextBuilderWithPaths<'a, M: RawModule + Send + Sync + 'static> { /* private fields */ }
Expand description
Builder of Context
.
Implementations§
Auto Trait Implementations§
impl<'a, M> !RefUnwindSafe for ContextBuilderWithPaths<'a, M>
impl<'a, M> Send for ContextBuilderWithPaths<'a, M>
impl<'a, M> Sync for ContextBuilderWithPaths<'a, M>
impl<'a, M> Unpin for ContextBuilderWithPaths<'a, M>
impl<'a, M> !UnwindSafe for ContextBuilderWithPaths<'a, M>
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