pub struct ReadEntry {
pub id: UintN,
pub data: Bytes,
pub source: DataSource,
}Fields§
§id: UintN§data: Bytes§source: DataSourceImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ReadEntry
impl RefUnwindSafe for ReadEntry
impl Send for ReadEntry
impl Sync for ReadEntry
impl Unpin for ReadEntry
impl UnsafeUnpin for ReadEntry
impl UnwindSafe for ReadEntry
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