pub enum CodingKey {
Length,
Payload,
}
Expand description
The piece of data that was being read/written when an error occurred.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodingKey
impl RefUnwindSafe for CodingKey
impl Send for CodingKey
impl Sync for CodingKey
impl Unpin for CodingKey
impl UnwindSafe for CodingKey
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