pub struct LnUrlError {
pub status: LnUrlErrorStatus,
pub reason: String,
}Fields§
§status: LnUrlErrorStatus§reason: StringTrait Implementations§
Source§impl Clone for LnUrlError
impl Clone for LnUrlError
Source§fn clone(&self) -> LnUrlError
fn clone(&self) -> LnUrlError
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 LnUrlError
impl Debug for LnUrlError
Source§impl<'de> Deserialize<'de> for LnUrlError
impl<'de> Deserialize<'de> for LnUrlError
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 Hash for LnUrlError
impl Hash for LnUrlError
Source§impl PartialEq for LnUrlError
impl PartialEq for LnUrlError
Source§impl Serialize for LnUrlError
impl Serialize for LnUrlError
impl Eq for LnUrlError
impl StructuralPartialEq for LnUrlError
Auto Trait Implementations§
impl Freeze for LnUrlError
impl RefUnwindSafe for LnUrlError
impl Send for LnUrlError
impl Sync for LnUrlError
impl Unpin for LnUrlError
impl UnwindSafe for LnUrlError
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