pub struct LambdaPsi {
pub t: String,
pub v: Value,
pub e: LambdaTensor,
pub spec_name: String,
}Expand description
ψ = ⟨T, V, E⟩ — the epistemic state vector produced by lambda apply.
Fields§
§t: String§v: Value§e: LambdaTensor§spec_name: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for LambdaPsi
impl<'de> Deserialize<'de> for LambdaPsi
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
impl StructuralPartialEq for LambdaPsi
Auto Trait Implementations§
impl Freeze for LambdaPsi
impl RefUnwindSafe for LambdaPsi
impl Send for LambdaPsi
impl Sync for LambdaPsi
impl Unpin for LambdaPsi
impl UnsafeUnpin for LambdaPsi
impl UnwindSafe for LambdaPsi
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