pub struct SolidPaintAllOfBoundVariables {
pub color: Option<Box<VariableAlias>>,
}
Expand description
SolidPaintAllOfBoundVariables : The variables bound to a particular field on this paint
Fields§
§color: Option<Box<VariableAlias>>
Implementations§
Source§impl SolidPaintAllOfBoundVariables
impl SolidPaintAllOfBoundVariables
Sourcepub fn new() -> SolidPaintAllOfBoundVariables
pub fn new() -> SolidPaintAllOfBoundVariables
The variables bound to a particular field on this paint
Trait Implementations§
Source§impl Clone for SolidPaintAllOfBoundVariables
impl Clone for SolidPaintAllOfBoundVariables
Source§fn clone(&self) -> SolidPaintAllOfBoundVariables
fn clone(&self) -> SolidPaintAllOfBoundVariables
Returns a duplicate 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 Default for SolidPaintAllOfBoundVariables
impl Default for SolidPaintAllOfBoundVariables
Source§fn default() -> SolidPaintAllOfBoundVariables
fn default() -> SolidPaintAllOfBoundVariables
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SolidPaintAllOfBoundVariables
impl<'de> Deserialize<'de> for SolidPaintAllOfBoundVariables
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 PartialEq for SolidPaintAllOfBoundVariables
impl PartialEq for SolidPaintAllOfBoundVariables
Source§fn eq(&self, other: &SolidPaintAllOfBoundVariables) -> bool
fn eq(&self, other: &SolidPaintAllOfBoundVariables) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SolidPaintAllOfBoundVariables
Auto Trait Implementations§
impl Freeze for SolidPaintAllOfBoundVariables
impl RefUnwindSafe for SolidPaintAllOfBoundVariables
impl Send for SolidPaintAllOfBoundVariables
impl Sync for SolidPaintAllOfBoundVariables
impl Unpin for SolidPaintAllOfBoundVariables
impl UnwindSafe for SolidPaintAllOfBoundVariables
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