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