pub struct PointElementConfiguration { /* private fields */ }
Implementations§
§impl PointElementConfiguration
impl PointElementConfiguration
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>>, ) -> PointElementConfiguration
pub fn get_hit_radius(&mut self) -> &mut NumberString
pub fn hit_radius( self, value: impl Into<NumberString>, ) -> PointElementConfiguration
pub fn get_hover_border_width(&mut self) -> &mut Option<NumberStringOrT<Border>>
pub fn hover_border_width( self, value: impl Into<NumberStringOrT<Border>>, ) -> PointElementConfiguration
pub fn get_hover_radius(&mut self) -> &mut NumberString
pub fn hover_radius( self, value: impl Into<NumberString>, ) -> PointElementConfiguration
pub fn get_radius(&mut self) -> &mut NumberString
pub fn radius(self, value: impl Into<NumberString>) -> PointElementConfiguration
Trait Implementations§
Source§impl Clone for PointElementConfiguration
impl Clone for PointElementConfiguration
Source§fn clone(&self) -> PointElementConfiguration
fn clone(&self) -> PointElementConfiguration
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 PointElementConfiguration
impl Debug for PointElementConfiguration
Source§impl Default for PointElementConfiguration
impl Default for PointElementConfiguration
Source§fn default() -> PointElementConfiguration
fn default() -> PointElementConfiguration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PointElementConfiguration
impl<'de> Deserialize<'de> for PointElementConfiguration
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 PointElementConfiguration
impl Ord for PointElementConfiguration
Source§fn cmp(&self, other: &PointElementConfiguration) -> Ordering
fn cmp(&self, other: &PointElementConfiguration) -> 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 PartialOrd for PointElementConfiguration
impl PartialOrd for PointElementConfiguration
impl Eq for PointElementConfiguration
impl StructuralPartialEq for PointElementConfiguration
Auto Trait Implementations§
impl Freeze for PointElementConfiguration
impl RefUnwindSafe for PointElementConfiguration
impl Send for PointElementConfiguration
impl Sync for PointElementConfiguration
impl Unpin for PointElementConfiguration
impl UnwindSafe for PointElementConfiguration
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