struct DiagnosticScalar {
value: ArithmeticValue,
scalar_type: ScalarType,
label: String,
}Fields§
§value: ArithmeticValue§scalar_type: ScalarType§label: StringTrait Implementations§
Source§impl Clone for DiagnosticScalar
impl Clone for DiagnosticScalar
Source§fn clone(&self) -> DiagnosticScalar
fn clone(&self) -> DiagnosticScalar
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 moreAuto Trait Implementations§
impl Freeze for DiagnosticScalar
impl RefUnwindSafe for DiagnosticScalar
impl Send for DiagnosticScalar
impl Sync for DiagnosticScalar
impl Unpin for DiagnosticScalar
impl UnsafeUnpin for DiagnosticScalar
impl UnwindSafe for DiagnosticScalar
Blanket Implementations§
impl<T> Allocation for T
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