Enum subrpc_core::EndpointUrl
source · Variants§
Trait Implementations§
source§impl Clone for EndpointUrl
impl Clone for EndpointUrl
source§fn clone(&self) -> EndpointUrl
fn clone(&self) -> EndpointUrl
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EndpointUrl
impl Debug for EndpointUrl
source§impl<'de> Deserialize<'de> for EndpointUrl
impl<'de> Deserialize<'de> for EndpointUrl
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 Display for EndpointUrl
impl Display for EndpointUrl
source§impl Hash for EndpointUrl
impl Hash for EndpointUrl
source§impl Ord for EndpointUrl
impl Ord for EndpointUrl
source§fn cmp(&self, other: &EndpointUrl) -> Ordering
fn cmp(&self, other: &EndpointUrl) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<EndpointUrl> for EndpointUrl
impl PartialEq<EndpointUrl> for EndpointUrl
source§fn eq(&self, other: &EndpointUrl) -> bool
fn eq(&self, other: &EndpointUrl) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<EndpointUrl> for EndpointUrl
impl PartialOrd<EndpointUrl> for EndpointUrl
source§fn partial_cmp(&self, other: &EndpointUrl) -> Option<Ordering>
fn partial_cmp(&self, other: &EndpointUrl) -> 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 moresource§impl Serialize for EndpointUrl
impl Serialize for EndpointUrl
source§impl TryFrom<&str> for EndpointUrl
impl TryFrom<&str> for EndpointUrl
impl Eq for EndpointUrl
impl StructuralEq for EndpointUrl
impl StructuralPartialEq for EndpointUrl
Auto Trait Implementations§
impl RefUnwindSafe for EndpointUrl
impl Send for EndpointUrl
impl Sync for EndpointUrl
impl Unpin for EndpointUrl
impl UnwindSafe for EndpointUrl
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.