pub struct InheritVerificationResponse {
pub verification_id: Option<String>,
pub status: String,
pub verification_type: Option<String>,
pub toll_free_number: Option<String>,
pub inherited_from: Option<String>,
}Fields§
§verification_id: Option<String>§status: String§verification_type: Option<String>§toll_free_number: Option<String>§inherited_from: Option<String>Trait Implementations§
Source§impl Clone for InheritVerificationResponse
impl Clone for InheritVerificationResponse
Source§fn clone(&self) -> InheritVerificationResponse
fn clone(&self) -> InheritVerificationResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 InheritVerificationResponse
impl Debug for InheritVerificationResponse
Source§impl<'de> Deserialize<'de> for InheritVerificationResponse
impl<'de> Deserialize<'de> for InheritVerificationResponse
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 InheritVerificationResponse
impl RefUnwindSafe for InheritVerificationResponse
impl Send for InheritVerificationResponse
impl Sync for InheritVerificationResponse
impl Unpin for InheritVerificationResponse
impl UnsafeUnpin for InheritVerificationResponse
impl UnwindSafe for InheritVerificationResponse
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