pub struct SharedItems { /* private fields */ }Implementations§
pub fn get_contains_semi_mixed_types(&self) -> &bool
pub fn set_contains_semi_mixed_types(&mut self, value: bool) -> &mut Self
pub fn get_contains_string(&self) -> &bool
pub fn set_contains_string(&mut self, value: bool) -> &mut Self
pub fn get_contains_number(&self) -> &bool
pub fn set_contains_number(&mut self, value: bool) -> &mut Self
pub fn get_contains_integer(&self) -> &bool
pub fn set_contains_integer(&mut self, value: bool) -> &mut Self
pub fn get_min_value(&self) -> &f64
pub fn set_min_value(&mut self, value: f64) -> &mut Self
pub fn get_max_value(&self) -> &f64
pub fn set_max_value(&mut self, value: f64) -> &mut Self
Trait Implementations§
Source§fn clone(&self) -> SharedItems
fn clone(&self) -> SharedItems
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§fn default() -> SharedItems
fn default() -> SharedItems
Returns the “default value” for a type. Read more
Auto Trait Implementations§
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