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