pub struct AgentPhoneNumberConfig {
pub agent_name: String,
pub area_code: Option<String>,
pub country: Option<String>,
}Fields§
§agent_name: String§area_code: Option<String>§country: Option<String>Trait Implementations§
Source§impl Debug for AgentPhoneNumberConfig
impl Debug for AgentPhoneNumberConfig
Auto Trait Implementations§
impl Freeze for AgentPhoneNumberConfig
impl RefUnwindSafe for AgentPhoneNumberConfig
impl Send for AgentPhoneNumberConfig
impl Sync for AgentPhoneNumberConfig
impl Unpin for AgentPhoneNumberConfig
impl UnsafeUnpin for AgentPhoneNumberConfig
impl UnwindSafe for AgentPhoneNumberConfig
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