Struct hermod_api::configuration::TwilioSettings [−][src]
pub struct TwilioSettings {
pub account_sid: String,
pub auth_token: String,
pub base_url: String,
pub from: String,
}
Expand description
Contains settings relevant at the application level.
Fields
account_sid: String
auth_token: String
base_url: String
from: String
Trait Implementations
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 RefUnwindSafe for TwilioSettings
impl Send for TwilioSettings
impl Sync for TwilioSettings
impl Unpin for TwilioSettings
impl UnwindSafe for TwilioSettings
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Wrap the input message T
in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more