pub struct FlushApiCacheRequest {
pub api_id: String,
}
Expand description
Represents the input of a FlushApiCache
operation.
Fields§
§api_id: String
The API ID.
Trait Implementations§
Source§impl Clone for FlushApiCacheRequest
impl Clone for FlushApiCacheRequest
Source§fn clone(&self) -> FlushApiCacheRequest
fn clone(&self) -> FlushApiCacheRequest
Returns a copy 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 moreSource§impl Debug for FlushApiCacheRequest
impl Debug for FlushApiCacheRequest
Source§impl Default for FlushApiCacheRequest
impl Default for FlushApiCacheRequest
Source§fn default() -> FlushApiCacheRequest
fn default() -> FlushApiCacheRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for FlushApiCacheRequest
impl PartialEq for FlushApiCacheRequest
Source§impl Serialize for FlushApiCacheRequest
impl Serialize for FlushApiCacheRequest
impl StructuralPartialEq for FlushApiCacheRequest
Auto Trait Implementations§
impl Freeze for FlushApiCacheRequest
impl RefUnwindSafe for FlushApiCacheRequest
impl Send for FlushApiCacheRequest
impl Sync for FlushApiCacheRequest
impl Unpin for FlushApiCacheRequest
impl UnwindSafe for FlushApiCacheRequest
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