Struct soroban_env_guest::xdr::Frame
pub struct Frame<T>(pub T)
where
T: ReadXdr;
Tuple Fields§
§0: T
Trait Implementations§
§impl<T> Ord for Frame<T>where
T: Ord + ReadXdr,
impl<T> Ord for Frame<T>where
T: Ord + ReadXdr,
§impl<T> PartialEq<Frame<T>> for Frame<T>where
T: PartialEq<T> + ReadXdr,
impl<T> PartialEq<Frame<T>> for Frame<T>where
T: PartialEq<T> + ReadXdr,
§impl<T> PartialOrd<Frame<T>> for Frame<T>where
T: PartialOrd<T> + ReadXdr,
impl<T> PartialOrd<Frame<T>> for Frame<T>where
T: PartialOrd<T> + ReadXdr,
§fn partial_cmp(&self, other: &Frame<T>) -> Option<Ordering>
fn partial_cmp(&self, other: &Frame<T>) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more