pub struct LogView<'a> {
pub receipt: ReceiptView<'a>,
pub log: &'a Log,
}
Fields§
§receipt: ReceiptView<'a>
§log: &'a Log
Implementations§
Trait Implementations§
impl<'a> Copy for LogView<'a>
Auto Trait Implementations§
impl<'a> Freeze for LogView<'a>
impl<'a> RefUnwindSafe for LogView<'a>
impl<'a> Send for LogView<'a>
impl<'a> Sync for LogView<'a>
impl<'a> Unpin for LogView<'a>
impl<'a> UnwindSafe for LogView<'a>
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