pub struct LSPS2InterceptScid(/* private fields */);Expand description
A newtype that holds a short_channel_id in human readable format of BBBxTTTx000.
Implementations§
Trait Implementations§
Source§impl Clone for LSPS2InterceptScid
impl Clone for LSPS2InterceptScid
Source§fn clone(&self) -> LSPS2InterceptScid
fn clone(&self) -> LSPS2InterceptScid
Returns a duplicate 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 LSPS2InterceptScid
impl Debug for LSPS2InterceptScid
Source§impl<'de> Deserialize<'de> for LSPS2InterceptScid
impl<'de> Deserialize<'de> for LSPS2InterceptScid
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 From<u64> for LSPS2InterceptScid
impl From<u64> for LSPS2InterceptScid
Source§impl PartialEq for LSPS2InterceptScid
impl PartialEq for LSPS2InterceptScid
Source§impl Serialize for LSPS2InterceptScid
impl Serialize for LSPS2InterceptScid
impl Eq for LSPS2InterceptScid
impl StructuralPartialEq for LSPS2InterceptScid
Auto Trait Implementations§
impl Freeze for LSPS2InterceptScid
impl RefUnwindSafe for LSPS2InterceptScid
impl Send for LSPS2InterceptScid
impl Sync for LSPS2InterceptScid
impl Unpin for LSPS2InterceptScid
impl UnwindSafe for LSPS2InterceptScid
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