pub enum RewriteSurface {
CarriedPrime,
DecodeEager,
DecodeBatch,
DecodeGraph,
MtpSpec,
Pipeline,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RewriteSurface
impl Clone for RewriteSurface
Source§fn clone(&self) -> RewriteSurface
fn clone(&self) -> RewriteSurface
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 RewriteSurface
Source§impl Debug for RewriteSurface
impl Debug for RewriteSurface
impl Eq for RewriteSurface
Source§impl Ord for RewriteSurface
impl Ord for RewriteSurface
Source§fn cmp(&self, other: &RewriteSurface) -> Ordering
fn cmp(&self, other: &RewriteSurface) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RewriteSurface
impl PartialEq for RewriteSurface
Source§impl PartialOrd for RewriteSurface
impl PartialOrd for RewriteSurface
impl StructuralPartialEq for RewriteSurface
Auto Trait Implementations§
impl Freeze for RewriteSurface
impl RefUnwindSafe for RewriteSurface
impl Send for RewriteSurface
impl Sync for RewriteSurface
impl Unpin for RewriteSurface
impl UnsafeUnpin for RewriteSurface
impl UnwindSafe for RewriteSurface
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