pub struct Values {
pub values: BTreeMap<String, u64>,
}Expand description
Port-level values shared by tick and functional models (AD-17).
Fields§
§values: BTreeMap<String, u64>Implementations§
Trait Implementations§
Source§impl Clone for PortValues
impl Clone for PortValues
Source§fn clone(&self) -> PortValues
fn clone(&self) -> PortValues
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 PortValues
impl Debug for PortValues
Source§impl Default for PortValues
impl Default for PortValues
Source§fn default() -> PortValues
fn default() -> PortValues
Returns the “default value” for a type. Read more
impl Eq for PortValues
Source§impl PartialEq for PortValues
impl PartialEq for PortValues
impl StructuralPartialEq for PortValues
Auto Trait Implementations§
impl Freeze for PortValues
impl RefUnwindSafe for PortValues
impl Send for PortValues
impl Sync for PortValues
impl Unpin for PortValues
impl UnsafeUnpin for PortValues
impl UnwindSafe for PortValues
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