pub struct WhyReport {
pub file: String,
pub entries: Vec<WhyEntry>,
}Fields§
§file: String§entries: Vec<WhyEntry>Trait Implementations§
Auto Trait Implementations§
impl Freeze for WhyReport
impl RefUnwindSafe for WhyReport
impl Send for WhyReport
impl Sync for WhyReport
impl Unpin for WhyReport
impl UnsafeUnpin for WhyReport
impl UnwindSafe for WhyReport
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