pub struct CreatableOutputContext<'a, D> {
pub settings: DataObj<'a>,
/* private fields */
}Fields§
§settings: DataObj<'a>Implementations§
Auto Trait Implementations§
impl<'a, D> Freeze for CreatableOutputContext<'a, D>
impl<'a, D> !RefUnwindSafe for CreatableOutputContext<'a, D>
impl<'a, D> !Send for CreatableOutputContext<'a, D>
impl<'a, D> !Sync for CreatableOutputContext<'a, D>
impl<'a, D> Unpin for CreatableOutputContext<'a, D>
impl<'a, D> !UnwindSafe for CreatableOutputContext<'a, D>
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