pub struct ZStdCompressed<T>(/* private fields */);
Trait Implementations§
Source§impl<T: Clone> Clone for ZStdCompressed<T>
impl<T: Clone> Clone for ZStdCompressed<T>
Source§fn clone(&self) -> ZStdCompressed<T>
fn clone(&self) -> ZStdCompressed<T>
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<T: Debug> Debug for ZStdCompressed<T>
impl<T: Debug> Debug for ZStdCompressed<T>
Source§impl<T: Deserialize> Deserialize for ZStdCompressed<T>
impl<T: Deserialize> Deserialize for ZStdCompressed<T>
Source§type Output = <T as Deserialize>::Output
type Output = <T as Deserialize>::Output
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self::Output>
Source§impl<T: PartialEq> PartialEq for ZStdCompressed<T>
impl<T: PartialEq> PartialEq for ZStdCompressed<T>
Source§impl<T: Serialize> Serialize for ZStdCompressed<T>
impl<T: Serialize> Serialize for ZStdCompressed<T>
impl<T> StructuralPartialEq for ZStdCompressed<T>
Auto Trait Implementations§
impl<T> Freeze for ZStdCompressed<T>
impl<T> RefUnwindSafe for ZStdCompressed<T>where
T: RefUnwindSafe,
impl<T> Send for ZStdCompressed<T>where
T: Send,
impl<T> Sync for ZStdCompressed<T>where
T: Sync,
impl<T> Unpin for ZStdCompressed<T>where
T: Unpin,
impl<T> UnwindSafe for ZStdCompressed<T>where
T: UnwindSafe,
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