pub struct ContextEngine;Auto Trait Implementations§
impl Freeze for ContextEngine
impl RefUnwindSafe for ContextEngine
impl Send for ContextEngine
impl Sync for ContextEngine
impl Unpin for ContextEngine
impl UnsafeUnpin for ContextEngine
impl UnwindSafe for ContextEngine
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