pub struct ConstantEntry {
pub key: Option<String>,
pub value: Option<f64>,
/* private fields */
}Fields§
§key: Option<String>§value: Option<f64>Implementations§
Source§impl ConstantEntry
impl ConstantEntry
pub fn new() -> Self
pub fn with_extension(self, extension: ConstantEntryExtension) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConstantEntry
impl RefUnwindSafe for ConstantEntry
impl Send for ConstantEntry
impl Sync for ConstantEntry
impl Unpin for ConstantEntry
impl UnsafeUnpin for ConstantEntry
impl UnwindSafe for ConstantEntry
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