pub struct GetLNPNotesParams {
pub portid: Option<i64>,
}Expand description
Parameters for Client::get_lnp_notes (wire method getLNPNotes).
Fields§
§portid: Option<i64>Trait Implementations§
Source§impl Clone for GetLNPNotesParams
impl Clone for GetLNPNotesParams
Source§fn clone(&self) -> GetLNPNotesParams
fn clone(&self) -> GetLNPNotesParams
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 GetLNPNotesParams
impl Debug for GetLNPNotesParams
Source§impl Default for GetLNPNotesParams
impl Default for GetLNPNotesParams
Source§fn default() -> GetLNPNotesParams
fn default() -> GetLNPNotesParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetLNPNotesParams
impl RefUnwindSafe for GetLNPNotesParams
impl Send for GetLNPNotesParams
impl Sync for GetLNPNotesParams
impl Unpin for GetLNPNotesParams
impl UnsafeUnpin for GetLNPNotesParams
impl UnwindSafe for GetLNPNotesParams
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