pub struct LineElementConfiguration { /* private fields */ }
Implementations§
§impl LineElementConfiguration
impl LineElementConfiguration
pub fn new() -> Self
pub fn get_border_width(&mut self) -> &mut Option<NumberStringOrT<Border>>
pub fn border_width( self, value: impl Into<NumberStringOrT<Border>>, ) -> LineElementConfiguration
pub fn get_cubic_interpolation_mode(&mut self) -> &mut String
pub fn cubic_interpolation_mode( self, value: impl Into<String>, ) -> LineElementConfiguration
pub fn get_fill(&mut self) -> &mut Option<bool>
pub fn fill(self, value: impl Into<bool>) -> LineElementConfiguration
Trait Implementations§
Source§impl Clone for LineElementConfiguration
impl Clone for LineElementConfiguration
Source§fn clone(&self) -> LineElementConfiguration
fn clone(&self) -> LineElementConfiguration
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 LineElementConfiguration
impl Debug for LineElementConfiguration
Source§impl Default for LineElementConfiguration
impl Default for LineElementConfiguration
Source§fn default() -> LineElementConfiguration
fn default() -> LineElementConfiguration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LineElementConfiguration
impl<'de> Deserialize<'de> for LineElementConfiguration
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 Ord for LineElementConfiguration
impl Ord for LineElementConfiguration
Source§fn cmp(&self, other: &LineElementConfiguration) -> Ordering
fn cmp(&self, other: &LineElementConfiguration) -> 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 LineElementConfiguration
impl PartialEq for LineElementConfiguration
Source§impl PartialOrd for LineElementConfiguration
impl PartialOrd for LineElementConfiguration
Source§impl Serialize for LineElementConfiguration
impl Serialize for LineElementConfiguration
impl Eq for LineElementConfiguration
impl StructuralPartialEq for LineElementConfiguration
Auto Trait Implementations§
impl Freeze for LineElementConfiguration
impl RefUnwindSafe for LineElementConfiguration
impl Send for LineElementConfiguration
impl Sync for LineElementConfiguration
impl Unpin for LineElementConfiguration
impl UnwindSafe for LineElementConfiguration
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