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