pub struct LogStreamReader { /* private fields */ }
Expand description
Collects logs in background and gives a way to collect those logs.
Implementations§
Auto Trait Implementations§
impl Freeze for LogStreamReader
impl !RefUnwindSafe for LogStreamReader
impl Send for LogStreamReader
impl Sync for LogStreamReader
impl Unpin for LogStreamReader
impl !UnwindSafe for LogStreamReader
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