pub struct LightningNodeCity {
pub en: String,
}Expand description
Node city information.
Fields§
§en: StringCity name
Trait Implementations§
Source§impl Clone for LightningNodeCity
impl Clone for LightningNodeCity
Source§fn clone(&self) -> LightningNodeCity
fn clone(&self) -> LightningNodeCity
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 LightningNodeCity
impl Debug for LightningNodeCity
Source§impl<'de> Deserialize<'de> for LightningNodeCity
impl<'de> Deserialize<'de> for LightningNodeCity
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 PartialEq for LightningNodeCity
impl PartialEq for LightningNodeCity
Source§impl Serialize for LightningNodeCity
impl Serialize for LightningNodeCity
impl StructuralPartialEq for LightningNodeCity
Auto Trait Implementations§
impl Freeze for LightningNodeCity
impl RefUnwindSafe for LightningNodeCity
impl Send for LightningNodeCity
impl Sync for LightningNodeCity
impl Unpin for LightningNodeCity
impl UnwindSafe for LightningNodeCity
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