pub struct Cluster<'a>(/* private fields */);Expand description
A cluster of blobs
Within an ZIM archive, clusters contain several blobs of data that are all compressed together. Each blob is the data for an article.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Cluster<'a>
impl<'a> RefUnwindSafe for Cluster<'a>
impl<'a> Send for Cluster<'a>
impl<'a> Sync for Cluster<'a>
impl<'a> Unpin for Cluster<'a>
impl<'a> UnwindSafe for Cluster<'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