pub struct ShortChannelId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ShortChannelId
impl Clone for ShortChannelId
Source§fn clone(&self) -> ShortChannelId
fn clone(&self) -> ShortChannelId
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 ShortChannelId
impl Debug for ShortChannelId
Source§impl<'de> Deserialize<'de> for ShortChannelId
impl<'de> Deserialize<'de> for ShortChannelId
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 ShortChannelId
impl Display for ShortChannelId
Source§impl FromStr for ShortChannelId
impl FromStr for ShortChannelId
Source§impl Hash for ShortChannelId
impl Hash for ShortChannelId
Source§impl Ord for ShortChannelId
impl Ord for ShortChannelId
Source§fn cmp(&self, other: &ShortChannelId) -> Ordering
fn cmp(&self, other: &ShortChannelId) -> 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 for ShortChannelId
impl PartialEq for ShortChannelId
Source§impl PartialOrd for ShortChannelId
impl PartialOrd for ShortChannelId
Source§impl Serialize for ShortChannelId
impl Serialize for ShortChannelId
impl Copy for ShortChannelId
impl Eq for ShortChannelId
impl StructuralPartialEq for ShortChannelId
Auto Trait Implementations§
impl Freeze for ShortChannelId
impl RefUnwindSafe for ShortChannelId
impl Send for ShortChannelId
impl Sync for ShortChannelId
impl Unpin for ShortChannelId
impl UnwindSafe for ShortChannelId
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