pub struct GlobalUncertaintyAssignedContext {
pub context_identifier: String,
pub context_type: String,
pub uncertainty: Vec<UncertaintyMeasureWithUnitRef>,
}Fields§
§context_identifier: String§context_type: String§uncertainty: Vec<UncertaintyMeasureWithUnitRef>Trait Implementations§
Source§impl Clone for GlobalUncertaintyAssignedContext
impl Clone for GlobalUncertaintyAssignedContext
Source§fn clone(&self) -> GlobalUncertaintyAssignedContext
fn clone(&self) -> GlobalUncertaintyAssignedContext
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 PartialEq for GlobalUncertaintyAssignedContext
impl PartialEq for GlobalUncertaintyAssignedContext
Source§fn eq(&self, other: &GlobalUncertaintyAssignedContext) -> bool
fn eq(&self, other: &GlobalUncertaintyAssignedContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GlobalUncertaintyAssignedContext
Auto Trait Implementations§
impl Freeze for GlobalUncertaintyAssignedContext
impl RefUnwindSafe for GlobalUncertaintyAssignedContext
impl Send for GlobalUncertaintyAssignedContext
impl Sync for GlobalUncertaintyAssignedContext
impl Unpin for GlobalUncertaintyAssignedContext
impl UnsafeUnpin for GlobalUncertaintyAssignedContext
impl UnwindSafe for GlobalUncertaintyAssignedContext
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