pub struct ContextWriter {
pub env: WEnv,
}Fields§
§env: WEnvImplementations§
Auto Trait Implementations§
impl Freeze for ContextWriter
impl RefUnwindSafe for ContextWriter
impl Send for ContextWriter
impl Sync for ContextWriter
impl Unpin for ContextWriter
impl UnwindSafe for ContextWriter
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