pub struct PageDecoder<'a, R: Read, F: CookieCursor> { /* private fields */ }Implementations§
Source§impl<'a, R: Read, F: CookieCursor> PageDecoder<'a, R, F>
impl<'a, R: Read, F: CookieCursor> PageDecoder<'a, R, F>
pub fn decode(&mut self) -> Result<CookieHandle<'a, F>>
Trait Implementations§
Source§impl<'a, R: Clone + Read, F: Clone + CookieCursor> Clone for PageDecoder<'a, R, F>
impl<'a, R: Clone + Read, F: Clone + CookieCursor> Clone for PageDecoder<'a, R, F>
Source§fn clone(&self) -> PageDecoder<'a, R, F>
fn clone(&self) -> PageDecoder<'a, R, F>
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<'a, R: Debug + Read, F: Debug + CookieCursor> Debug for PageDecoder<'a, R, F>
impl<'a, R: Debug + Read, F: Debug + CookieCursor> Debug for PageDecoder<'a, R, F>
Source§impl<'a, R: Ord + Read, F: Ord + CookieCursor> Ord for PageDecoder<'a, R, F>
impl<'a, R: Ord + Read, F: Ord + CookieCursor> Ord for PageDecoder<'a, R, F>
Source§fn cmp(&self, other: &PageDecoder<'a, R, F>) -> Ordering
fn cmp(&self, other: &PageDecoder<'a, R, F>) -> 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<'a, R: PartialEq + Read, F: PartialEq + CookieCursor> PartialEq for PageDecoder<'a, R, F>
impl<'a, R: PartialEq + Read, F: PartialEq + CookieCursor> PartialEq for PageDecoder<'a, R, F>
Source§impl<'a, R: PartialOrd + Read, F: PartialOrd + CookieCursor> PartialOrd for PageDecoder<'a, R, F>
impl<'a, R: PartialOrd + Read, F: PartialOrd + CookieCursor> PartialOrd for PageDecoder<'a, R, F>
impl<'a, R: Copy + Read, F: Copy + CookieCursor> Copy for PageDecoder<'a, R, F>
impl<'a, R: Eq + Read, F: Eq + CookieCursor> Eq for PageDecoder<'a, R, F>
impl<'a, R: Read, F: CookieCursor> StructuralPartialEq for PageDecoder<'a, R, F>
Auto Trait Implementations§
impl<'a, R, F> Freeze for PageDecoder<'a, R, F>where
R: Freeze,
impl<'a, R, F> RefUnwindSafe for PageDecoder<'a, R, F>where
R: RefUnwindSafe,
F: RefUnwindSafe,
impl<'a, R, F> Send for PageDecoder<'a, R, F>
impl<'a, R, F> Sync for PageDecoder<'a, R, F>
impl<'a, R, F> Unpin for PageDecoder<'a, R, F>where
R: Unpin,
impl<'a, R, F> UnwindSafe for PageDecoder<'a, R, F>where
R: UnwindSafe,
F: RefUnwindSafe,
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