Struct abstract_os::objects::UncheckedChannelEntry
source · [−]Expand description
Key to get the Address of a connected_chain
Fields
connected_chain: Stringprotocol: StringImplementations
Trait Implementations
sourceimpl Clone for UncheckedChannelEntry
impl Clone for UncheckedChannelEntry
sourcefn clone(&self) -> UncheckedChannelEntry
fn clone(&self) -> UncheckedChannelEntry
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UncheckedChannelEntry
impl Debug for UncheckedChannelEntry
sourceimpl<'de> Deserialize<'de> for UncheckedChannelEntry
impl<'de> Deserialize<'de> for UncheckedChannelEntry
sourcefn 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
sourceimpl JsonSchema for UncheckedChannelEntry
impl JsonSchema for UncheckedChannelEntry
sourcefn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
sourcefn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref keyword. Read moresourceimpl Ord for UncheckedChannelEntry
impl Ord for UncheckedChannelEntry
sourcefn cmp(&self, other: &UncheckedChannelEntry) -> Ordering
fn cmp(&self, other: &UncheckedChannelEntry) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Selfwhere
Self: Sized,
const fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Selfwhere
Self: Sized,
const fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<UncheckedChannelEntry> for UncheckedChannelEntry
impl PartialEq<UncheckedChannelEntry> for UncheckedChannelEntry
sourcefn eq(&self, other: &UncheckedChannelEntry) -> bool
fn eq(&self, other: &UncheckedChannelEntry) -> bool
sourceimpl PartialOrd<UncheckedChannelEntry> for UncheckedChannelEntry
impl PartialOrd<UncheckedChannelEntry> for UncheckedChannelEntry
sourcefn partial_cmp(&self, other: &UncheckedChannelEntry) -> Option<Ordering>
fn partial_cmp(&self, other: &UncheckedChannelEntry) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const 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 moresourceimpl Serialize for UncheckedChannelEntry
impl Serialize for UncheckedChannelEntry
sourceimpl TryFrom<String> for UncheckedChannelEntry
impl TryFrom<String> for UncheckedChannelEntry
impl Eq for UncheckedChannelEntry
impl StructuralEq for UncheckedChannelEntry
impl StructuralPartialEq for UncheckedChannelEntry
Auto Trait Implementations
impl RefUnwindSafe for UncheckedChannelEntry
impl Send for UncheckedChannelEntry
impl Sync for UncheckedChannelEntry
impl Unpin for UncheckedChannelEntry
impl UnwindSafe for UncheckedChannelEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more