#[repr(C)]pub struct ColumnRuleStyle {
pub inner: BorderStyle,
}Fields§
§inner: BorderStyleTrait Implementations§
Source§impl Clone for ColumnRuleStyle
impl Clone for ColumnRuleStyle
Source§fn clone(&self) -> ColumnRuleStyle
fn clone(&self) -> ColumnRuleStyle
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 ColumnRuleStyle
impl Debug for ColumnRuleStyle
Source§impl Default for ColumnRuleStyle
impl Default for ColumnRuleStyle
Source§impl FormatAsRustCode for ColumnRuleStyle
impl FormatAsRustCode for ColumnRuleStyle
fn format_as_rust_code(&self, tabs: usize) -> String
Source§impl From<ColumnRuleStyle> for CssProperty
impl From<ColumnRuleStyle> for CssProperty
Source§fn from(e: ColumnRuleStyle) -> Self
fn from(e: ColumnRuleStyle) -> Self
Converts to this type from the input type.
Source§impl Hash for ColumnRuleStyle
impl Hash for ColumnRuleStyle
Source§impl Ord for ColumnRuleStyle
impl Ord for ColumnRuleStyle
Source§fn cmp(&self, other: &ColumnRuleStyle) -> Ordering
fn cmp(&self, other: &ColumnRuleStyle) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ColumnRuleStyle
impl PartialEq for ColumnRuleStyle
Source§impl PartialOrd for ColumnRuleStyle
impl PartialOrd for ColumnRuleStyle
Source§impl PrintAsCssValue for ColumnRuleStyle
impl PrintAsCssValue for ColumnRuleStyle
fn print_as_css_value(&self) -> String
impl Copy for ColumnRuleStyle
impl Eq for ColumnRuleStyle
impl StructuralPartialEq for ColumnRuleStyle
Auto Trait Implementations§
impl Freeze for ColumnRuleStyle
impl RefUnwindSafe for ColumnRuleStyle
impl Send for ColumnRuleStyle
impl Sync for ColumnRuleStyle
impl Unpin for ColumnRuleStyle
impl UnwindSafe for ColumnRuleStyle
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