pub struct AddLNPPortParams {Show 21 fields
pub portType: Option<i64>,
pub numbers: Option<String>,
pub isPartial: Option<i64>,
pub locationType: Option<i64>,
pub isMobile: Option<i64>,
pub pin: Option<String>,
pub btn: Option<String>,
pub services: Option<String>,
pub tfType: Option<i64>,
pub statementName: Option<String>,
pub firstName: Option<String>,
pub lastName: Option<String>,
pub address1: Option<String>,
pub address2: Option<String>,
pub city: Option<String>,
pub zip: Option<String>,
pub state: Option<String>,
pub country: Option<String>,
pub providerName: Option<String>,
pub providerAccount: Option<String>,
pub notes: Option<String>,
}Expand description
Parameters for Client::add_lnp_port (wire method addLNPPort).
Fields§
§portType: Option<i64>§numbers: Option<String>§isPartial: Option<i64>§locationType: Option<i64>§isMobile: Option<i64>§pin: Option<String>§btn: Option<String>§services: Option<String>§tfType: Option<i64>§statementName: Option<String>§firstName: Option<String>§lastName: Option<String>§address1: Option<String>§address2: Option<String>§city: Option<String>§zip: Option<String>§state: Option<String>§country: Option<String>§providerName: Option<String>§providerAccount: Option<String>§notes: Option<String>Trait Implementations§
Source§impl Clone for AddLNPPortParams
impl Clone for AddLNPPortParams
Source§fn clone(&self) -> AddLNPPortParams
fn clone(&self) -> AddLNPPortParams
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 AddLNPPortParams
impl Debug for AddLNPPortParams
Source§impl Default for AddLNPPortParams
impl Default for AddLNPPortParams
Source§fn default() -> AddLNPPortParams
fn default() -> AddLNPPortParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AddLNPPortParams
impl RefUnwindSafe for AddLNPPortParams
impl Send for AddLNPPortParams
impl Sync for AddLNPPortParams
impl Unpin for AddLNPPortParams
impl UnsafeUnpin for AddLNPPortParams
impl UnwindSafe for AddLNPPortParams
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