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
Auto Trait Implementations§
impl RefUnwindSafe for GetCustomerParams
impl Send for GetCustomerParams
impl Sync for GetCustomerParams
impl Unpin for GetCustomerParams
impl UnwindSafe for GetCustomerParams
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