pub struct KeyedConst {
pub key: String,
pub value: f64,
}Expand description
A keyed const declaration (legacy — auto-discovered by engine).
Fields§
§key: String§value: f64Implementations§
Trait Implementations§
Source§impl Clone for KeyedConst
impl Clone for KeyedConst
Source§fn clone(&self) -> KeyedConst
fn clone(&self) -> KeyedConst
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 moreAuto Trait Implementations§
impl Freeze for KeyedConst
impl RefUnwindSafe for KeyedConst
impl Send for KeyedConst
impl Sync for KeyedConst
impl Unpin for KeyedConst
impl UnwindSafe for KeyedConst
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