pub struct FetchReq { /* private fields */ }Expand description
Fetch Logs file‘s path reqeust
name: log name date: log date task_sender: channel sender for fetch result
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FetchReq
impl RefUnwindSafe for FetchReq
impl Send for FetchReq
impl Sync for FetchReq
impl Unpin for FetchReq
impl UnwindSafe for FetchReq
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