pub struct CellBigData {
pub size: u32,
pub count: u16,
pub segment_list_offset_relative: u32,
pub logs: Logs,
}Fields§
§size: u32§count: u16§segment_list_offset_relative: u32§logs: LogsTrait Implementations§
Source§impl Debug for CellBigData
impl Debug for CellBigData
Source§impl PartialEq for CellBigData
impl PartialEq for CellBigData
Source§impl Serialize for CellBigData
impl Serialize for CellBigData
impl Eq for CellBigData
impl StructuralPartialEq for CellBigData
Auto Trait Implementations§
impl Freeze for CellBigData
impl RefUnwindSafe for CellBigData
impl Send for CellBigData
impl Sync for CellBigData
impl Unpin for CellBigData
impl UnwindSafe for CellBigData
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