pub enum CompositeCodec {
StructuralV1,
}Expand description
CompositeCodec
CompositeCodec identifies the canonical persisted grammar for one exact generated composite type. Accepted schema publication freezes this identity together with the nominal type path and complete member shape.
Variants§
StructuralV1
Existing canonical generated record, tuple, and newtype encoding.
Trait Implementations§
Source§impl Clone for CompositeCodec
impl Clone for CompositeCodec
Source§fn clone(&self) -> CompositeCodec
fn clone(&self) -> CompositeCodec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CompositeCodec
Source§impl Debug for CompositeCodec
impl Debug for CompositeCodec
impl Eq for CompositeCodec
Source§impl PartialEq for CompositeCodec
impl PartialEq for CompositeCodec
impl StructuralPartialEq for CompositeCodec
Auto Trait Implementations§
impl Freeze for CompositeCodec
impl RefUnwindSafe for CompositeCodec
impl Send for CompositeCodec
impl Sync for CompositeCodec
impl Unpin for CompositeCodec
impl UnsafeUnpin for CompositeCodec
impl UnwindSafe for CompositeCodec
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