pub struct QlogFileSeq { /* private fields */ }Implementations§
Source§impl QlogFileSeq
impl QlogFileSeq
pub fn new(log_file_details: LogFile, trace: TraceSeq) -> QlogFileSeq
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QlogFileSeq
impl RefUnwindSafe for QlogFileSeq
impl Send for QlogFileSeq
impl Sync for QlogFileSeq
impl Unpin for QlogFileSeq
impl UnsafeUnpin for QlogFileSeq
impl UnwindSafe for QlogFileSeq
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