pub enum EmitStyleArg {
Default,
ZicSlim,
ZicFat,
}Expand description
--emit-style value (T8-slim).
Variants§
Default
Behaviour-matched default (CORE.1-gated; fat-ish).
ZicSlim
Reference zic slim: truncate the footer-governed recurring tail.
ZicFat
Reference zic fat (currently == default).
Trait Implementations§
Source§impl Clone for EmitStyleArg
impl Clone for EmitStyleArg
Source§fn clone(&self) -> EmitStyleArg
fn clone(&self) -> EmitStyleArg
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 EmitStyleArg
Source§impl Debug for EmitStyleArg
impl Debug for EmitStyleArg
impl Eq for EmitStyleArg
Source§impl From<BloatArg> for EmitStyleArg
impl From<BloatArg> for EmitStyleArg
Source§impl From<EmitStyleArg> for EmitStyle
impl From<EmitStyleArg> for EmitStyle
Source§fn from(a: EmitStyleArg) -> Self
fn from(a: EmitStyleArg) -> Self
Converts to this type from the input type.
Source§impl PartialEq for EmitStyleArg
impl PartialEq for EmitStyleArg
Source§fn eq(&self, other: &EmitStyleArg) -> bool
fn eq(&self, other: &EmitStyleArg) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EmitStyleArg
Source§impl ValueEnum for EmitStyleArg
impl ValueEnum for EmitStyleArg
Auto Trait Implementations§
impl Freeze for EmitStyleArg
impl RefUnwindSafe for EmitStyleArg
impl Send for EmitStyleArg
impl Sync for EmitStyleArg
impl Unpin for EmitStyleArg
impl UnsafeUnpin for EmitStyleArg
impl UnwindSafe for EmitStyleArg
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