pub struct IsLayerTraitBoundVariablesSize {
pub x: Option<Box<VariableAlias>>,
pub y: Option<Box<VariableAlias>>,
}
Fields§
§x: Option<Box<VariableAlias>>
§y: Option<Box<VariableAlias>>
Implementations§
Trait Implementations§
Source§impl Clone for IsLayerTraitBoundVariablesSize
impl Clone for IsLayerTraitBoundVariablesSize
Source§fn clone(&self) -> IsLayerTraitBoundVariablesSize
fn clone(&self) -> IsLayerTraitBoundVariablesSize
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 IsLayerTraitBoundVariablesSize
impl Default for IsLayerTraitBoundVariablesSize
Source§fn default() -> IsLayerTraitBoundVariablesSize
fn default() -> IsLayerTraitBoundVariablesSize
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IsLayerTraitBoundVariablesSize
impl<'de> Deserialize<'de> for IsLayerTraitBoundVariablesSize
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 IsLayerTraitBoundVariablesSize
impl PartialEq for IsLayerTraitBoundVariablesSize
Source§fn eq(&self, other: &IsLayerTraitBoundVariablesSize) -> bool
fn eq(&self, other: &IsLayerTraitBoundVariablesSize) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for IsLayerTraitBoundVariablesSize
Auto Trait Implementations§
impl Freeze for IsLayerTraitBoundVariablesSize
impl RefUnwindSafe for IsLayerTraitBoundVariablesSize
impl Send for IsLayerTraitBoundVariablesSize
impl Sync for IsLayerTraitBoundVariablesSize
impl Unpin for IsLayerTraitBoundVariablesSize
impl UnwindSafe for IsLayerTraitBoundVariablesSize
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