Struct fastly_api::apis::purge_api::PurgeAllParams
source · pub struct PurgeAllParams {
pub service_id: String,
}
Expand description
struct for passing parameters to the method purge_all
Fields§
§service_id: String
Alphanumeric string identifying the service.
Trait Implementations§
source§impl Clone for PurgeAllParams
impl Clone for PurgeAllParams
source§fn clone(&self) -> PurgeAllParams
fn clone(&self) -> PurgeAllParams
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 PurgeAllParams
impl Debug for PurgeAllParams
source§impl Default for PurgeAllParams
impl Default for PurgeAllParams
source§fn default() -> PurgeAllParams
fn default() -> PurgeAllParams
Returns the “default value” for a type. Read more