pub enum FluffyConditionalPredicateValueDefFontWeightNullExprRef {
ConditionalPredicateValueDefFontWeightNullExprRefArray(Vec<ConditionalPredicateValueDefFontWeightNullExprRef>),
PurpleConditionalPredicateValueDefFontWeightNullExprRef(PurpleConditionalPredicateValueDefFontWeightNullExprRef),
}Variants§
ConditionalPredicateValueDefFontWeightNullExprRefArray(Vec<ConditionalPredicateValueDefFontWeightNullExprRef>)
PurpleConditionalPredicateValueDefFontWeightNullExprRef(PurpleConditionalPredicateValueDefFontWeightNullExprRef)
Trait Implementations§
Source§impl Clone for FluffyConditionalPredicateValueDefFontWeightNullExprRef
impl Clone for FluffyConditionalPredicateValueDefFontWeightNullExprRef
Source§fn clone(&self) -> FluffyConditionalPredicateValueDefFontWeightNullExprRef
fn clone(&self) -> FluffyConditionalPredicateValueDefFontWeightNullExprRef
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<'de> Deserialize<'de> for FluffyConditionalPredicateValueDefFontWeightNullExprRef
impl<'de> Deserialize<'de> for FluffyConditionalPredicateValueDefFontWeightNullExprRef
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<PurpleConditionalPredicateValueDefFontWeightNullExprRef> for FluffyConditionalPredicateValueDefFontWeightNullExprRef
impl From<PurpleConditionalPredicateValueDefFontWeightNullExprRef> for FluffyConditionalPredicateValueDefFontWeightNullExprRef
Source§fn from(value: PurpleConditionalPredicateValueDefFontWeightNullExprRef) -> Self
fn from(value: PurpleConditionalPredicateValueDefFontWeightNullExprRef) -> Self
Converts to this type from the input type.
Source§impl From<Vec<ConditionalPredicateValueDefFontWeightNullExprRef>> for FluffyConditionalPredicateValueDefFontWeightNullExprRef
impl From<Vec<ConditionalPredicateValueDefFontWeightNullExprRef>> for FluffyConditionalPredicateValueDefFontWeightNullExprRef
Source§fn from(value: Vec<ConditionalPredicateValueDefFontWeightNullExprRef>) -> Self
fn from(value: Vec<ConditionalPredicateValueDefFontWeightNullExprRef>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FluffyConditionalPredicateValueDefFontWeightNullExprRef
impl RefUnwindSafe for FluffyConditionalPredicateValueDefFontWeightNullExprRef
impl Send for FluffyConditionalPredicateValueDefFontWeightNullExprRef
impl Sync for FluffyConditionalPredicateValueDefFontWeightNullExprRef
impl Unpin for FluffyConditionalPredicateValueDefFontWeightNullExprRef
impl UnsafeUnpin for FluffyConditionalPredicateValueDefFontWeightNullExprRef
impl UnwindSafe for FluffyConditionalPredicateValueDefFontWeightNullExprRef
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