pub struct DataFiles<'s> {
pub files: Vec<DataFile<'s>>,
pub out: Option<Cow<'s, str>>,
}Fields§
§files: Vec<DataFile<'s>>§out: Option<Cow<'s, str>>Trait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for DataFiles<'s>
impl<'s> RefUnwindSafe for DataFiles<'s>
impl<'s> Send for DataFiles<'s>
impl<'s> Sync for DataFiles<'s>
impl<'s> Unpin for DataFiles<'s>
impl<'s> UnwindSafe for DataFiles<'s>
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