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