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