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