pub struct LayoutGridBoundVariables {
pub gutter_size: Option<Box<VariableAlias>>,
pub num_sections: Option<Box<VariableAlias>>,
pub section_size: Option<Box<VariableAlias>>,
pub offset: Option<Box<VariableAlias>>,
}
Expand description
LayoutGridBoundVariables : The variables bound to a particular field on this layout grid
Fields§
§gutter_size: Option<Box<VariableAlias>>
§num_sections: Option<Box<VariableAlias>>
§section_size: Option<Box<VariableAlias>>
§offset: Option<Box<VariableAlias>>
Implementations§
Source§impl LayoutGridBoundVariables
impl LayoutGridBoundVariables
Sourcepub fn new() -> LayoutGridBoundVariables
pub fn new() -> LayoutGridBoundVariables
The variables bound to a particular field on this layout grid
Trait Implementations§
Source§impl Clone for LayoutGridBoundVariables
impl Clone for LayoutGridBoundVariables
Source§fn clone(&self) -> LayoutGridBoundVariables
fn clone(&self) -> LayoutGridBoundVariables
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 Debug for LayoutGridBoundVariables
impl Debug for LayoutGridBoundVariables
Source§impl Default for LayoutGridBoundVariables
impl Default for LayoutGridBoundVariables
Source§fn default() -> LayoutGridBoundVariables
fn default() -> LayoutGridBoundVariables
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LayoutGridBoundVariables
impl<'de> Deserialize<'de> for LayoutGridBoundVariables
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 LayoutGridBoundVariables
impl PartialEq for LayoutGridBoundVariables
Source§impl Serialize for LayoutGridBoundVariables
impl Serialize for LayoutGridBoundVariables
impl StructuralPartialEq for LayoutGridBoundVariables
Auto Trait Implementations§
impl Freeze for LayoutGridBoundVariables
impl RefUnwindSafe for LayoutGridBoundVariables
impl Send for LayoutGridBoundVariables
impl Sync for LayoutGridBoundVariables
impl Unpin for LayoutGridBoundVariables
impl UnwindSafe for LayoutGridBoundVariables
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