pub struct Chunk<S> {
pub block: Block<S>,
}Fields§
§block: Block<S>Trait Implementations§
source§impl<S: PartialEq> PartialEq<Chunk<S>> for Chunk<S>
impl<S: PartialEq> PartialEq<Chunk<S>> for Chunk<S>
impl<S> StructuralPartialEq for Chunk<S>
Auto Trait Implementations§
impl<S> RefUnwindSafe for Chunk<S>where S: RefUnwindSafe,
impl<S> Send for Chunk<S>where S: Send,
impl<S> Sync for Chunk<S>where S: Sync,
impl<S> Unpin for Chunk<S>where S: Unpin,
impl<S> UnwindSafe for Chunk<S>where S: UnwindSafe,
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