pub struct ParameterIndexData {
pub value: Value,
}Fields§
§value: ValueTrait Implementations§
Source§impl Clone for ParameterIndexData
impl Clone for ParameterIndexData
Source§fn clone(&self) -> ParameterIndexData
fn clone(&self) -> ParameterIndexData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ParameterIndexData
impl Debug for ParameterIndexData
Source§impl Default for ParameterIndexData
impl Default for ParameterIndexData
Source§impl HasValue for ParameterIndexData
impl HasValue for ParameterIndexData
Source§impl PartialEq for ParameterIndexData
impl PartialEq for ParameterIndexData
Source§fn eq(&self, other: &ParameterIndexData) -> bool
fn eq(&self, other: &ParameterIndexData) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<&str> for ParameterIndexData
impl TryFrom<&str> for ParameterIndexData
impl StructuralPartialEq for ParameterIndexData
Auto Trait Implementations§
impl Freeze for ParameterIndexData
impl RefUnwindSafe for ParameterIndexData
impl Send for ParameterIndexData
impl Sync for ParameterIndexData
impl Unpin for ParameterIndexData
impl UnsafeUnpin for ParameterIndexData
impl UnwindSafe for ParameterIndexData
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