pub struct ApiV2010AccountConnectApp {
pub account_sid: Option<String>,
pub authorize_redirect_url: Option<String>,
pub company_name: Option<String>,
pub deauthorize_callback_method: Option<String>,
pub deauthorize_callback_url: Option<String>,
pub description: Option<String>,
pub friendly_name: Option<String>,
pub homepage_url: Option<String>,
pub permissions: Option<Vec<String>>,
pub sid: Option<String>,
pub uri: Option<String>,
}
Fields§
§account_sid: Option<String>
§company_name: Option<String>
§description: Option<String>
§friendly_name: Option<String>
§homepage_url: Option<String>
§permissions: Option<Vec<String>>
§sid: Option<String>
§uri: Option<String>
Trait Implementations§
Source§impl Clone for ApiV2010AccountConnectApp
impl Clone for ApiV2010AccountConnectApp
Source§fn clone(&self) -> ApiV2010AccountConnectApp
fn clone(&self) -> ApiV2010AccountConnectApp
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ApiV2010AccountConnectApp
impl Debug for ApiV2010AccountConnectApp
Source§impl Default for ApiV2010AccountConnectApp
impl Default for ApiV2010AccountConnectApp
Source§fn default() -> ApiV2010AccountConnectApp
fn default() -> ApiV2010AccountConnectApp
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApiV2010AccountConnectApp
impl<'de> Deserialize<'de> for ApiV2010AccountConnectApp
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
Source§impl Display for ApiV2010AccountConnectApp
impl Display for ApiV2010AccountConnectApp
Auto Trait Implementations§
impl Freeze for ApiV2010AccountConnectApp
impl RefUnwindSafe for ApiV2010AccountConnectApp
impl Send for ApiV2010AccountConnectApp
impl Sync for ApiV2010AccountConnectApp
impl Unpin for ApiV2010AccountConnectApp
impl UnwindSafe for ApiV2010AccountConnectApp
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