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