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
Source§impl PartialEq for ZstdSearchState
impl PartialEq for ZstdSearchState
impl Eq for ZstdSearchState
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 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