pub struct LogBatch {
pub entries: Vec<LogEntry>,
}Fields§
§entries: Vec<LogEntry>Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogBatch
impl RefUnwindSafe for LogBatch
impl Send for LogBatch
impl Sync for LogBatch
impl Unpin for LogBatch
impl UnsafeUnpin for LogBatch
impl UnwindSafe for LogBatch
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