pub struct SectionColumnProperties {
pub width: Option<Dimension>,
pub padding_end: Option<Dimension>,
}
Expand description
Fields§
§width: Option<Dimension>
§padding_end: Option<Dimension>
Trait Implementations§
Source§impl Clone for SectionColumnProperties
impl Clone for SectionColumnProperties
Source§fn clone(&self) -> SectionColumnProperties
fn clone(&self) -> SectionColumnProperties
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 SectionColumnProperties
impl Debug for SectionColumnProperties
Source§impl Default for SectionColumnProperties
impl Default for SectionColumnProperties
Source§fn default() -> SectionColumnProperties
fn default() -> SectionColumnProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SectionColumnProperties
impl<'de> Deserialize<'de> for SectionColumnProperties
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 SectionColumnProperties
impl PartialEq for SectionColumnProperties
Source§impl Serialize for SectionColumnProperties
impl Serialize for SectionColumnProperties
impl StructuralPartialEq for SectionColumnProperties
Auto Trait Implementations§
impl Freeze for SectionColumnProperties
impl RefUnwindSafe for SectionColumnProperties
impl Send for SectionColumnProperties
impl Sync for SectionColumnProperties
impl Unpin for SectionColumnProperties
impl UnwindSafe for SectionColumnProperties
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