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