pub struct CellLog {
pub topics: Vec<[u8; 32]>,
pub data: Vec<u8>,
}Expand description
Log entry emitted by a cell.
Fields§
§topics: Vec<[u8; 32]>§data: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CellLog
impl RefUnwindSafe for CellLog
impl Send for CellLog
impl Sync for CellLog
impl Unpin for CellLog
impl UnsafeUnpin for CellLog
impl UnwindSafe for CellLog
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