pub struct RawValue<C> { /* private fields */ }
Expand description
A raw value for a certain codec.
Contains the raw, unprocessed data for a single item for that particular codec
Trait Implementations§
Source§impl<C: Ord> Ord for RawValue<C>
impl<C: Ord> Ord for RawValue<C>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<C: PartialOrd> PartialOrd for RawValue<C>
impl<C: PartialOrd> PartialOrd for RawValue<C>
impl<C: Eq> Eq for RawValue<C>
impl<C> StructuralPartialEq for RawValue<C>
Auto Trait Implementations§
impl<C> Freeze for RawValue<C>
impl<C> RefUnwindSafe for RawValue<C>where
C: RefUnwindSafe,
impl<C> Send for RawValue<C>where
C: Send,
impl<C> Sync for RawValue<C>where
C: Sync,
impl<C> Unpin for RawValue<C>where
C: Unpin,
impl<C> UnwindSafe for RawValue<C>where
C: 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