pub enum LnUrlErrorStatus {
Error,
}Variants§
Error
Trait Implementations§
Source§impl Clone for LnUrlErrorStatus
impl Clone for LnUrlErrorStatus
Source§fn clone(&self) -> LnUrlErrorStatus
fn clone(&self) -> LnUrlErrorStatus
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 LnUrlErrorStatus
impl Debug for LnUrlErrorStatus
Source§impl<'de> Deserialize<'de> for LnUrlErrorStatus
impl<'de> Deserialize<'de> for LnUrlErrorStatus
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 LnUrlErrorStatus
impl Hash for LnUrlErrorStatus
Source§impl PartialEq for LnUrlErrorStatus
impl PartialEq for LnUrlErrorStatus
Source§impl Serialize for LnUrlErrorStatus
impl Serialize for LnUrlErrorStatus
impl Eq for LnUrlErrorStatus
impl StructuralPartialEq for LnUrlErrorStatus
Auto Trait Implementations§
impl Freeze for LnUrlErrorStatus
impl RefUnwindSafe for LnUrlErrorStatus
impl Send for LnUrlErrorStatus
impl Sync for LnUrlErrorStatus
impl Unpin for LnUrlErrorStatus
impl UnwindSafe for LnUrlErrorStatus
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