pub struct RFLogFile {
pub info_line: RFLogInfoLine,
pub logs: Vec<Log>,
}Fields§
§info_line: RFLogInfoLine§logs: Vec<Log>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RFLogFile
impl RefUnwindSafe for RFLogFile
impl Send for RFLogFile
impl Sync for RFLogFile
impl Unpin for RFLogFile
impl UnsafeUnpin for RFLogFile
impl UnwindSafe for RFLogFile
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