pub struct ElementsConfig { /* private fields */ }
Implementations§
Source§impl ElementsConfig
impl ElementsConfig
pub fn with_line_config(self, conf: LineConfig) -> Self
pub fn with_point_config(self, conf: PointConfig) -> Self
Trait Implementations§
Source§impl Clone for ElementsConfig
impl Clone for ElementsConfig
Source§fn clone(&self) -> ElementsConfig
fn clone(&self) -> ElementsConfig
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 ElementsConfig
impl Debug for ElementsConfig
Source§impl Default for ElementsConfig
impl Default for ElementsConfig
Source§fn default() -> ElementsConfig
fn default() -> ElementsConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ElementsConfig
impl RefUnwindSafe for ElementsConfig
impl Send for ElementsConfig
impl Sync for ElementsConfig
impl Unpin for ElementsConfig
impl UnwindSafe for ElementsConfig
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