pub enum OutputStringVersion {
Deflate,
BinarySerialization,
}Expand description
A version of the string to be produced by encode.
Variants§
Trait Implementations§
Source§impl Clone for OutputStringVersion
impl Clone for OutputStringVersion
Source§fn clone(&self) -> OutputStringVersion
fn clone(&self) -> OutputStringVersion
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 PartialEq for OutputStringVersion
impl PartialEq for OutputStringVersion
impl Copy for OutputStringVersion
impl Eq for OutputStringVersion
impl StructuralPartialEq for OutputStringVersion
Auto Trait Implementations§
impl Freeze for OutputStringVersion
impl RefUnwindSafe for OutputStringVersion
impl Send for OutputStringVersion
impl Sync for OutputStringVersion
impl Unpin for OutputStringVersion
impl UnwindSafe for OutputStringVersion
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