pub struct ProviderCompilerContext {
pub inquirer_id: String,
pub context_id: String,
}Fields§
§inquirer_id: String§context_id: StringImplementations§
Source§impl ProviderCompilerContext
impl ProviderCompilerContext
pub fn new(context_id: String, inquirer_id: String) -> ProviderCompilerContext
Auto Trait Implementations§
impl Freeze for ProviderCompilerContext
impl RefUnwindSafe for ProviderCompilerContext
impl Send for ProviderCompilerContext
impl Sync for ProviderCompilerContext
impl Unpin for ProviderCompilerContext
impl UnsafeUnpin for ProviderCompilerContext
impl UnwindSafe for ProviderCompilerContext
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