Enum SurfaceQuoteTreatmentKind
pub enum SurfaceQuoteTreatmentKind {
Keep,
Reject,
Downweight,
}Variants§
Trait Implementations§
§impl Clone for SurfaceQuoteTreatmentKind
impl Clone for SurfaceQuoteTreatmentKind
§fn clone(&self) -> SurfaceQuoteTreatmentKind
fn clone(&self) -> SurfaceQuoteTreatmentKind
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl Hash for SurfaceQuoteTreatmentKind
impl Hash for SurfaceQuoteTreatmentKind
§impl PartialEq for SurfaceQuoteTreatmentKind
impl PartialEq for SurfaceQuoteTreatmentKind
impl Copy for SurfaceQuoteTreatmentKind
impl Eq for SurfaceQuoteTreatmentKind
impl StructuralPartialEq for SurfaceQuoteTreatmentKind
Auto Trait Implementations§
impl Freeze for SurfaceQuoteTreatmentKind
impl RefUnwindSafe for SurfaceQuoteTreatmentKind
impl Send for SurfaceQuoteTreatmentKind
impl Sync for SurfaceQuoteTreatmentKind
impl Unpin for SurfaceQuoteTreatmentKind
impl UnsafeUnpin for SurfaceQuoteTreatmentKind
impl UnwindSafe for SurfaceQuoteTreatmentKind
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)