pub struct EprInfo {
pub qubit_hdr: QubitHdr,
pub ent_info_hdr: EntInfoHdr,
}Expand description
§EPR Info
A response about an EPR pair consists of an Extra Qubit header and an Entanglement Information header
Fields§
§qubit_hdr: QubitHdr§ent_info_hdr: EntInfoHdrTrait Implementations§
Source§impl<'de> Deserialize<'de> for EprInfo
impl<'de> Deserialize<'de> for EprInfo
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 EprInfo
Auto Trait Implementations§
impl Freeze for EprInfo
impl RefUnwindSafe for EprInfo
impl Send for EprInfo
impl Sync for EprInfo
impl Unpin for EprInfo
impl UnsafeUnpin for EprInfo
impl UnwindSafe for EprInfo
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