Type Alias sep2_common::packages::links::PrepayOperationStatusLink
source · pub type PrepayOperationStatusLink = Link;
Aliased Type§
struct PrepayOperationStatusLink {
pub href: String,
}
Fields§
§href: String
A URI reference.
Trait Implementations§
source§impl Ord for Link
impl Ord for Link
source§impl PartialEq<Link> for Link
impl PartialEq<Link> for Link
source§impl PartialOrd<Link> for Link
impl PartialOrd<Link> for Link
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