pub struct BatchId(pub [u8; 8]);Expand description
8-byte batch ID for fragmenting. On the wire this is exactly 8 raw bytes.
Tuple Fields§
§0: [u8; 8]Implementations§
Trait Implementations§
impl Copy for BatchId
impl Eq for BatchId
impl StructuralPartialEq for BatchId
Auto Trait Implementations§
impl Freeze for BatchId
impl RefUnwindSafe for BatchId
impl Send for BatchId
impl Sync for BatchId
impl Unpin for BatchId
impl UnwindSafe for BatchId
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