pub struct TwilioConfig {
pub account_sid: String,
pub auth_token: String,
pub phone_number: String,
}Fields§
§account_sid: String§auth_token: String§phone_number: StringTrait Implementations§
Source§impl Clone for TwilioConfig
impl Clone for TwilioConfig
Source§fn clone(&self) -> TwilioConfig
fn clone(&self) -> TwilioConfig
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 TwilioConfig
impl Debug for TwilioConfig
Source§impl<'de> Deserialize<'de> for TwilioConfig
impl<'de> Deserialize<'de> for TwilioConfig
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 TwilioConfig
impl RefUnwindSafe for TwilioConfig
impl Send for TwilioConfig
impl Sync for TwilioConfig
impl Unpin for TwilioConfig
impl UnsafeUnpin for TwilioConfig
impl UnwindSafe for TwilioConfig
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