pub enum BytecodeFormat {
Auto,
Hex,
Base64,
Binary,
}Expand description
Bytecode format enumeration
Variants§
Trait Implementations§
Source§impl Clone for BytecodeFormat
impl Clone for BytecodeFormat
Source§fn clone(&self) -> BytecodeFormat
fn clone(&self) -> BytecodeFormat
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 moreSource§impl Debug for BytecodeFormat
impl Debug for BytecodeFormat
Source§impl ValueEnum for BytecodeFormat
impl ValueEnum for BytecodeFormat
Auto Trait Implementations§
impl Freeze for BytecodeFormat
impl RefUnwindSafe for BytecodeFormat
impl Send for BytecodeFormat
impl Sync for BytecodeFormat
impl Unpin for BytecodeFormat
impl UnsafeUnpin for BytecodeFormat
impl UnwindSafe for BytecodeFormat
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