pub struct CdnService { /* private fields */ }Implementationsยง
Sourceยงimpl CdnService
impl CdnService
pub async fn update_domain_config( &self, request: &UpdateDomainConfigRequest, ) -> Result<UpdateDomainConfigResponse>
pub async fn update_domain_config_with_options( &self, request: &UpdateDomainConfigRequest, options: &RequestOptions, ) -> Result<UpdateDomainConfigResponse>
Trait Implementationsยง
Sourceยงimpl Clone for CdnService
impl Clone for CdnService
Sourceยงfn clone(&self) -> CdnService
fn clone(&self) -> CdnService
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 CdnService
impl !RefUnwindSafe for CdnService
impl Send for CdnService
impl Sync for CdnService
impl Unpin for CdnService
impl !UnwindSafe for CdnService
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