Struct hyperscan::stream::compress::CompressedStream
source · pub struct CompressedStream {
pub buf: Vec<u8>,
}Fields§
§buf: Vec<u8>Implementations§
source§impl CompressedStream
impl CompressedStream
pub fn compress( into: CompressReserveBehavior, live: &LiveStream ) -> Result<Self, CompressionError>
pub fn expand(&self, db: &Database) -> Result<LiveStream, HyperscanRuntimeError>
Auto Trait Implementations§
impl RefUnwindSafe for CompressedStream
impl Send for CompressedStream
impl Sync for CompressedStream
impl Unpin for CompressedStream
impl UnwindSafe for CompressedStream
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