pub struct GetLNPDetailsResponse {Show 29 fields
pub status: Option<String>,
pub id: Option<u64>,
pub numbers: Option<Vec<GetLNPDetailsResponseNumber>>,
pub isPartial: Option<bool>,
pub locationType: Option<u64>,
pub isMobile: Option<bool>,
pub mobileInfo: Option<String>,
pub tfType: Option<u64>,
pub portType: Option<u64>,
pub btn: Option<String>,
pub services: Option<String>,
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 customer_notes: Option<String>,
pub notes: Option<Vec<GetLNPDetailsResponseNote>>,
pub post_status: Option<String>,
pub post_status_description: Option<String>,
pub date: Option<NaiveDateTime>,
pub focDate: Option<String>,
pub attachments: Option<Vec<GetLNPDetailsResponseAttachment>>,
}Fields§
§status: Option<String>§id: Option<u64>§numbers: Option<Vec<GetLNPDetailsResponseNumber>>§isPartial: Option<bool>§locationType: Option<u64>§isMobile: Option<bool>§mobileInfo: Option<String>§tfType: Option<u64>§portType: Option<u64>§btn: Option<String>§services: Option<String>§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>§customer_notes: Option<String>§notes: Option<Vec<GetLNPDetailsResponseNote>>§post_status: Option<String>§post_status_description: Option<String>§date: Option<NaiveDateTime>§focDate: Option<String>§attachments: Option<Vec<GetLNPDetailsResponseAttachment>>Trait Implementations§
Source§impl Clone for GetLNPDetailsResponse
impl Clone for GetLNPDetailsResponse
Source§fn clone(&self) -> GetLNPDetailsResponse
fn clone(&self) -> GetLNPDetailsResponse
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 GetLNPDetailsResponse
impl Debug for GetLNPDetailsResponse
Source§impl Default for GetLNPDetailsResponse
impl Default for GetLNPDetailsResponse
Source§fn default() -> GetLNPDetailsResponse
fn default() -> GetLNPDetailsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetLNPDetailsResponse
impl<'de> Deserialize<'de> for GetLNPDetailsResponse
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 GetLNPDetailsResponse
impl RefUnwindSafe for GetLNPDetailsResponse
impl Send for GetLNPDetailsResponse
impl Sync for GetLNPDetailsResponse
impl Unpin for GetLNPDetailsResponse
impl UnsafeUnpin for GetLNPDetailsResponse
impl UnwindSafe for GetLNPDetailsResponse
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