Enum hyperscan::StreamingMode
source · [−]pub enum StreamingMode {}
Expand description
Streaming database.
Trait Implementations
impl Eq for Streaming
impl StructuralEq for Streaming
impl StructuralPartialEq for Streaming
Auto Trait Implementations
impl RefUnwindSafe for Streaming
impl Send for Streaming
impl Sync for Streaming
impl Unpin for Streaming
impl UnwindSafe for Streaming
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more