pub struct CookieDecoder<R: Read> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<R: Clone + Read> Clone for CookieDecoder<R>
impl<R: Clone + Read> Clone for CookieDecoder<R>
Source§fn clone(&self) -> CookieDecoder<R>
fn clone(&self) -> CookieDecoder<R>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<R: Default + Read> Default for CookieDecoder<R>
impl<R: Default + Read> Default for CookieDecoder<R>
Source§fn default() -> CookieDecoder<R>
fn default() -> CookieDecoder<R>
Returns the “default value” for a type. Read more
Source§impl<R: Ord + Read> Ord for CookieDecoder<R>
impl<R: Ord + Read> Ord for CookieDecoder<R>
Source§fn cmp(&self, other: &CookieDecoder<R>) -> Ordering
fn cmp(&self, other: &CookieDecoder<R>) -> Ordering
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<R: PartialOrd + Read> PartialOrd for CookieDecoder<R>
impl<R: PartialOrd + Read> PartialOrd for CookieDecoder<R>
impl<R: Copy + Read> Copy for CookieDecoder<R>
impl<R: Eq + Read> Eq for CookieDecoder<R>
impl<R: Read> StructuralPartialEq for CookieDecoder<R>
Auto Trait Implementations§
impl<R> Freeze for CookieDecoder<R>where
R: Freeze,
impl<R> RefUnwindSafe for CookieDecoder<R>where
R: RefUnwindSafe,
impl<R> Send for CookieDecoder<R>where
R: Send,
impl<R> Sync for CookieDecoder<R>where
R: Sync,
impl<R> Unpin for CookieDecoder<R>where
R: Unpin,
impl<R> UnwindSafe for CookieDecoder<R>where
R: 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