Enum forma_render::styling::GradientType
source · pub enum GradientType {
Linear,
Radial,
}Variants§
Trait Implementations§
source§impl Clone for GradientType
impl Clone for GradientType
source§fn clone(&self) -> GradientType
fn clone(&self) -> GradientType
Returns a copy 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 Debug for GradientType
impl Debug for GradientType
source§impl Hash for GradientType
impl Hash for GradientType
source§impl PartialEq<GradientType> for GradientType
impl PartialEq<GradientType> for GradientType
source§fn eq(&self, other: &GradientType) -> bool
fn eq(&self, other: &GradientType) -> bool
impl Copy for GradientType
impl Eq for GradientType
impl StructuralEq for GradientType
impl StructuralPartialEq for GradientType
Auto Trait Implementations§
impl RefUnwindSafe for GradientType
impl Send for GradientType
impl Sync for GradientType
impl Unpin for GradientType
impl UnwindSafe for GradientType
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.