pub struct EndOfFile;
Expand description
Marker structure indicating that the EOF was encountered when reading CBOR data.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EndOfFile
impl RefUnwindSafe for EndOfFile
impl Send for EndOfFile
impl Sync for EndOfFile
impl Unpin for EndOfFile
impl UnwindSafe for EndOfFile
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