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