pub struct RawShard<'a> {
pub region: &'a SurveyRegion,
pub bytes: &'a [u8],
}Fields§
§region: &'a SurveyRegion§bytes: &'a [u8]Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RawShard<'a>
impl<'a> RefUnwindSafe for RawShard<'a>
impl<'a> Send for RawShard<'a>
impl<'a> Sync for RawShard<'a>
impl<'a> Unpin for RawShard<'a>
impl<'a> UnsafeUnpin for RawShard<'a>
impl<'a> UnwindSafe for RawShard<'a>
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