pub enum NativeFormatId {
V1,
V2,
}Expand description
Native physical state version. It never enters a semantic entry identity.
Variants§
V1
Retained SIMJSTATE1/SIMJENTRY1 prefix.
V2
Canonical semantic entries in isolated content-addressed leaves.
Trait Implementations§
Source§impl Clone for NativeFormatId
impl Clone for NativeFormatId
Source§fn clone(&self) -> NativeFormatId
fn clone(&self) -> NativeFormatId
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 NativeFormatId
Source§impl Debug for NativeFormatId
impl Debug for NativeFormatId
impl Eq for NativeFormatId
Source§impl PartialEq for NativeFormatId
impl PartialEq for NativeFormatId
impl StructuralPartialEq for NativeFormatId
Auto Trait Implementations§
impl Freeze for NativeFormatId
impl RefUnwindSafe for NativeFormatId
impl Send for NativeFormatId
impl Sync for NativeFormatId
impl Unpin for NativeFormatId
impl UnsafeUnpin for NativeFormatId
impl UnwindSafe for NativeFormatId
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