pub struct AzureCommunicationService {
pub endpoint: String,
pub access_key: String,
pub request_client: Client,
}
Fields§
§endpoint: String
§access_key: String
§request_client: Client
Implementations§
Trait Implementations§
Source§impl Clone for AzureCommunicationService
impl Clone for AzureCommunicationService
Source§fn clone(&self) -> AzureCommunicationService
fn clone(&self) -> AzureCommunicationService
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 moreAuto Trait Implementations§
impl Freeze for AzureCommunicationService
impl !RefUnwindSafe for AzureCommunicationService
impl Send for AzureCommunicationService
impl Sync for AzureCommunicationService
impl Unpin for AzureCommunicationService
impl !UnwindSafe for AzureCommunicationService
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