pub struct GetLNPNotesResponseList {
pub note: Option<String>,
pub date: Option<NaiveDate>,
pub time: Option<String>,
}Expand description
Response body for Client::get_lnp_notes (wire method getLNPNotes).
Fields§
§note: Option<String>§date: Option<NaiveDate>§time: Option<String>Trait Implementations§
Source§impl Clone for GetLNPNotesResponseList
impl Clone for GetLNPNotesResponseList
Source§fn clone(&self) -> GetLNPNotesResponseList
fn clone(&self) -> GetLNPNotesResponseList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetLNPNotesResponseList
impl Debug for GetLNPNotesResponseList
Source§impl Default for GetLNPNotesResponseList
impl Default for GetLNPNotesResponseList
Source§fn default() -> GetLNPNotesResponseList
fn default() -> GetLNPNotesResponseList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetLNPNotesResponseList
impl<'de> Deserialize<'de> for GetLNPNotesResponseList
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
Auto Trait Implementations§
impl Freeze for GetLNPNotesResponseList
impl RefUnwindSafe for GetLNPNotesResponseList
impl Send for GetLNPNotesResponseList
impl Sync for GetLNPNotesResponseList
impl Unpin for GetLNPNotesResponseList
impl UnsafeUnpin for GetLNPNotesResponseList
impl UnwindSafe for GetLNPNotesResponseList
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