pub struct LightningAddress { /* private fields */ }Expand description
A canonical clearnet LUD-16 internet identifier.
Implementations§
Trait Implementations§
Source§impl Clone for LightningAddress
impl Clone for LightningAddress
Source§impl Debug for LightningAddress
impl Debug for LightningAddress
Source§impl<'de> Deserialize<'de> for LightningAddress
impl<'de> Deserialize<'de> for LightningAddress
Source§fn deserialize<DeserializerType>(
deserializer: DeserializerType,
) -> Result<Self, DeserializerType::Error>where
DeserializerType: Deserializer<'de>,
fn deserialize<DeserializerType>(
deserializer: DeserializerType,
) -> Result<Self, DeserializerType::Error>where
DeserializerType: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for LightningAddress
impl Display for LightningAddress
impl Eq for LightningAddress
Source§impl FromStr for LightningAddress
impl FromStr for LightningAddress
Source§impl Hash for LightningAddress
impl Hash for LightningAddress
Source§impl Ord for LightningAddress
impl Ord for LightningAddress
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for LightningAddress
impl PartialEq for LightningAddress
Source§impl PartialOrd for LightningAddress
impl PartialOrd for LightningAddress
Source§impl Serialize for LightningAddress
impl Serialize for LightningAddress
impl StructuralPartialEq for LightningAddress
Auto Trait Implementations§
impl Freeze for LightningAddress
impl RefUnwindSafe for LightningAddress
impl Send for LightningAddress
impl Sync for LightningAddress
impl Unpin for LightningAddress
impl UnsafeUnpin for LightningAddress
impl UnwindSafe for LightningAddress
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