pub struct RecordHar<'a> {
pub path: &'a Path,
pub omit_content: Option<bool>,
}Fields§
§path: &'a Path§omit_content: Option<bool>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RecordHar<'a>
impl<'a> RefUnwindSafe for RecordHar<'a>
impl<'a> Send for RecordHar<'a>
impl<'a> Sync for RecordHar<'a>
impl<'a> Unpin for RecordHar<'a>
impl<'a> UnwindSafe for RecordHar<'a>
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