pub enum CompiledKeyStrategy {
FerrocatV1,
}Expand description
Built-in key strategy used when compiling runtime catalogs.
Variants§
FerrocatV1
ferrocat v1 key format: SHA-256 over a versioned, length-delimited
msgctxt/msgid payload, truncated to 64 bits and encoded as unpadded
Base64URL.
Trait Implementations§
Source§impl Clone for CompiledKeyStrategy
impl Clone for CompiledKeyStrategy
Source§fn clone(&self) -> CompiledKeyStrategy
fn clone(&self) -> CompiledKeyStrategy
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CompiledKeyStrategy
impl Debug for CompiledKeyStrategy
Source§impl Default for CompiledKeyStrategy
impl Default for CompiledKeyStrategy
Source§fn default() -> CompiledKeyStrategy
fn default() -> CompiledKeyStrategy
Returns the “default value” for a type. Read more
Source§impl PartialEq for CompiledKeyStrategy
impl PartialEq for CompiledKeyStrategy
impl Copy for CompiledKeyStrategy
impl Eq for CompiledKeyStrategy
impl StructuralPartialEq for CompiledKeyStrategy
Auto Trait Implementations§
impl Freeze for CompiledKeyStrategy
impl RefUnwindSafe for CompiledKeyStrategy
impl Send for CompiledKeyStrategy
impl Sync for CompiledKeyStrategy
impl Unpin for CompiledKeyStrategy
impl UnsafeUnpin for CompiledKeyStrategy
impl UnwindSafe for CompiledKeyStrategy
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