pub struct ZLibCompressed<T>(/* private fields */);
Trait Implementations§
Source§impl<T: Clone> Clone for ZLibCompressed<T>
impl<T: Clone> Clone for ZLibCompressed<T>
Source§fn clone(&self) -> ZLibCompressed<T>
fn clone(&self) -> ZLibCompressed<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 ZLibCompressed<T>
impl<T: Debug> Debug for ZLibCompressed<T>
Source§impl<T: Deserialize> Deserialize for ZLibCompressed<T>
impl<T: Deserialize> Deserialize for ZLibCompressed<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 ZLibCompressed<T>
impl<T: PartialEq> PartialEq for ZLibCompressed<T>
Source§impl<T: Serialize> Serialize for ZLibCompressed<T>
impl<T: Serialize> Serialize for ZLibCompressed<T>
impl<T> StructuralPartialEq for ZLibCompressed<T>
Auto Trait Implementations§
impl<T> Freeze for ZLibCompressed<T>
impl<T> RefUnwindSafe for ZLibCompressed<T>where
T: RefUnwindSafe,
impl<T> Send for ZLibCompressed<T>where
T: Send,
impl<T> Sync for ZLibCompressed<T>where
T: Sync,
impl<T> Unpin for ZLibCompressed<T>where
T: Unpin,
impl<T> UnwindSafe for ZLibCompressed<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