pub struct PurgeUrlsRequest { /* private fields */ }Expand description
Request builder for purging URLs.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PurgeUrlsRequest
impl !UnwindSafe for PurgeUrlsRequest
impl Freeze for PurgeUrlsRequest
impl Send for PurgeUrlsRequest
impl Sync for PurgeUrlsRequest
impl Unpin for PurgeUrlsRequest
impl UnsafeUnpin for PurgeUrlsRequest
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