pub struct IdentityCodec;Expand description
Storage value-codec injection seam (extension seam §6a). Implement
ValueCodec in an external crate to transform stored values (e.g.
at-rest encryption) without forking or modifying nookdb-core;
IdentityCodec is the default pass-through (plain JSON on disk).
The free-tier default: bytes pass through unchanged → plain JSON on disk.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdentityCodec
impl RefUnwindSafe for IdentityCodec
impl Send for IdentityCodec
impl Sync for IdentityCodec
impl Unpin for IdentityCodec
impl UnsafeUnpin for IdentityCodec
impl UnwindSafe for IdentityCodec
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