pub struct OsonDecoder { /* private fields */ }Expand description
OSON Decoder - parses OSON binary format to serde_json::Value
Implementations§
Auto Trait Implementations§
impl !Freeze for OsonDecoder
impl RefUnwindSafe for OsonDecoder
impl Send for OsonDecoder
impl Sync for OsonDecoder
impl Unpin for OsonDecoder
impl UnwindSafe for OsonDecoder
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more