pub struct ObjectCodec { /* private fields */ }Expand description
Codec for encoding/decoding LinoValue to/from Links Notation.
This codec handles the conversion between LinoValue and Links Notation
format strings. It supports circular references and shared object identity
through object ID references.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ObjectCodec
impl RefUnwindSafe for ObjectCodec
impl Send for ObjectCodec
impl Sync for ObjectCodec
impl Unpin for ObjectCodec
impl UnsafeUnpin for ObjectCodec
impl UnwindSafe for ObjectCodec
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