pub struct GkrLayerClaims<SC: StarkProtocolConfig> {
pub p_xi_0: SC::EF,
pub p_xi_1: SC::EF,
pub q_xi_0: SC::EF,
pub q_xi_1: SC::EF,
}Fields§
§p_xi_0: SC::EF§p_xi_1: SC::EF§q_xi_0: SC::EF§q_xi_1: SC::EFTrait Implementations§
Source§impl<SC: StarkProtocolConfig> Clone for GkrLayerClaims<SC>
impl<SC: StarkProtocolConfig> Clone for GkrLayerClaims<SC>
Source§impl<SC: StarkProtocolConfig> Debug for GkrLayerClaims<SC>
impl<SC: StarkProtocolConfig> Debug for GkrLayerClaims<SC>
Source§impl<SC: DecodableConfig> Decode for GkrLayerClaims<SC>
impl<SC: DecodableConfig> Decode for GkrLayerClaims<SC>
Source§impl<'de, SC: StarkProtocolConfig> Deserialize<'de> for GkrLayerClaims<SC>
impl<'de, SC: StarkProtocolConfig> Deserialize<'de> for GkrLayerClaims<SC>
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<SC: EncodableConfig> Encode for GkrLayerClaims<SC>
impl<SC: EncodableConfig> Encode for GkrLayerClaims<SC>
impl<SC: StarkProtocolConfig> Eq for GkrLayerClaims<SC>
Source§impl<SC: StarkProtocolConfig> PartialEq for GkrLayerClaims<SC>
impl<SC: StarkProtocolConfig> PartialEq for GkrLayerClaims<SC>
Source§impl<SC: StarkProtocolConfig> Serialize for GkrLayerClaims<SC>
impl<SC: StarkProtocolConfig> Serialize for GkrLayerClaims<SC>
Auto Trait Implementations§
impl<SC> Freeze for GkrLayerClaims<SC>
impl<SC> RefUnwindSafe for GkrLayerClaims<SC>
impl<SC> Send for GkrLayerClaims<SC>
impl<SC> Sync for GkrLayerClaims<SC>
impl<SC> Unpin for GkrLayerClaims<SC>
impl<SC> UnsafeUnpin for GkrLayerClaims<SC>
impl<SC> UnwindSafe for GkrLayerClaims<SC>
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more