pub struct BinaryCookieFsm { /* private fields */ }Implementations§
Source§impl BinaryCookieFsm
impl BinaryCookieFsm
pub fn new() -> Self
pub fn process( self, ) -> Result<DecodeResult<Self, (MetaOffset, PagesOffset, Buffer)>>
Trait Implementations§
Source§impl Clone for BinaryCookieFsm
impl Clone for BinaryCookieFsm
Source§fn clone(&self) -> BinaryCookieFsm
fn clone(&self) -> BinaryCookieFsm
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 Debug for BinaryCookieFsm
impl Debug for BinaryCookieFsm
Source§impl Default for BinaryCookieFsm
impl Default for BinaryCookieFsm
Source§impl PartialEq for BinaryCookieFsm
impl PartialEq for BinaryCookieFsm
impl StructuralPartialEq for BinaryCookieFsm
Auto Trait Implementations§
impl Freeze for BinaryCookieFsm
impl RefUnwindSafe for BinaryCookieFsm
impl Send for BinaryCookieFsm
impl Sync for BinaryCookieFsm
impl Unpin for BinaryCookieFsm
impl UnwindSafe for BinaryCookieFsm
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