pub struct LambdaTensor {
pub c: f64,
pub tau_start: String,
pub tau_end: String,
pub rho: String,
pub delta: String,
}Expand description
E = ⟨c, τ_start, τ_end, ρ, δ⟩ — the epistemic tensor.
Fields§
§c: f64§tau_start: String§tau_end: String§rho: String§delta: StringTrait Implementations§
Source§impl Clone for LambdaTensor
impl Clone for LambdaTensor
Source§fn clone(&self) -> LambdaTensor
fn clone(&self) -> LambdaTensor
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 LambdaTensor
impl Debug for LambdaTensor
Source§impl<'de> Deserialize<'de> for LambdaTensor
impl<'de> Deserialize<'de> for LambdaTensor
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LambdaTensor
impl PartialEq for LambdaTensor
Source§impl Serialize for LambdaTensor
impl Serialize for LambdaTensor
impl StructuralPartialEq for LambdaTensor
Auto Trait Implementations§
impl Freeze for LambdaTensor
impl RefUnwindSafe for LambdaTensor
impl Send for LambdaTensor
impl Sync for LambdaTensor
impl Unpin for LambdaTensor
impl UnsafeUnpin for LambdaTensor
impl UnwindSafe for LambdaTensor
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