pub struct ZstdSearchState { /* private fields */ }Trait Implementations§
Source§impl Debug for ZstdSearchState
impl Debug for ZstdSearchState
Source§impl Default for ZstdSearchState
impl Default for ZstdSearchState
Source§fn default() -> ZstdSearchState
fn default() -> ZstdSearchState
Returns the “default value” for a type. Read more
impl Eq for ZstdSearchState
Source§impl PartialEq for ZstdSearchState
impl PartialEq for ZstdSearchState
Source§fn eq(&self, other: &ZstdSearchState) -> bool
fn eq(&self, other: &ZstdSearchState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ZstdSearchState
Auto Trait Implementations§
impl Freeze for ZstdSearchState
impl RefUnwindSafe for ZstdSearchState
impl Send for ZstdSearchState
impl Sync for ZstdSearchState
impl Unpin for ZstdSearchState
impl UnsafeUnpin for ZstdSearchState
impl UnwindSafe for ZstdSearchState
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