Struct FullReset
struct FullReset(358)
Full reset of the state, including zeroing memory.
Requires to provide new data format.
Implementations
impl Freeze for FullReset
impl RefUnwindSafe for FullReset
impl ResetPolicy for FullReset
fn reset(self: &Self, state: &mut InflateState)
impl Send for FullReset
impl Sync for FullReset
impl Unpin for FullReset
impl UnsafeUnpin for FullReset
impl UnwindSafe for FullReset
impl<T> Any for FullReset
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for FullReset
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for FullReset
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for FullReset
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for FullReset
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for FullReset
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for FullReset
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>