Struct fastly_api::apis::server_api::GetPoolServerParams
source · pub struct GetPoolServerParams {
pub service_id: String,
pub pool_id: String,
pub server_id: String,
}
Expand description
struct for passing parameters to the method get_pool_server
Fields§
§service_id: String
Alphanumeric string identifying the service.
pool_id: String
Alphanumeric string identifying a Pool.
server_id: String
Alphanumeric string identifying a Server.
Trait Implementations§
source§impl Clone for GetPoolServerParams
impl Clone for GetPoolServerParams
source§fn clone(&self) -> GetPoolServerParams
fn clone(&self) -> GetPoolServerParams
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 GetPoolServerParams
impl Debug for GetPoolServerParams
source§impl Default for GetPoolServerParams
impl Default for GetPoolServerParams
source§fn default() -> GetPoolServerParams
fn default() -> GetPoolServerParams
Returns the “default value” for a type. Read more