pub struct LogFormat<'a> {
pub table_id: TableId,
pub bytes: &'a [u8],
}
Fields§
§table_id: TableId
§bytes: &'a [u8]
Auto Trait Implementations§
impl<'a> Freeze for LogFormat<'a>
impl<'a> RefUnwindSafe for LogFormat<'a>
impl<'a> Send for LogFormat<'a>
impl<'a> Sync for LogFormat<'a>
impl<'a> Unpin for LogFormat<'a>
impl<'a> UnwindSafe for LogFormat<'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