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