pub struct WriterOutput {
pub files: Vec<OutputFile>,
}Fields§
§files: Vec<OutputFile>Auto Trait Implementations§
impl Freeze for WriterOutput
impl RefUnwindSafe for WriterOutput
impl Send for WriterOutput
impl Sync for WriterOutput
impl Unpin for WriterOutput
impl UnsafeUnpin for WriterOutput
impl UnwindSafe for WriterOutput
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