pub struct RingItem {
pub lc_pos: Option<usize>,
pub block_hashes: Vec<SaitoHash>,
pub block_ids: Vec<u64>,
}
Fields§
§lc_pos: Option<usize>
§block_hashes: Vec<SaitoHash>
§block_ids: Vec<u64>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RingItem
impl RefUnwindSafe for RingItem
impl Send for RingItem
impl Sync for RingItem
impl Unpin for RingItem
impl UnwindSafe for RingItem
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