pub struct GetDirectorBackendParams {
pub director_name: String,
pub service_id: String,
pub version_id: i32,
pub backend_name: String,
}Expand description
struct for passing parameters to the method get_director_backend
Fields§
§director_name: StringName for the Director.
service_id: StringAlphanumeric string identifying the service.
version_id: i32Integer identifying a service version.
backend_name: StringThe name of the backend.
Trait Implementations§
source§impl Clone for GetDirectorBackendParams
impl Clone for GetDirectorBackendParams
source§fn clone(&self) -> GetDirectorBackendParams
fn clone(&self) -> GetDirectorBackendParams
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 GetDirectorBackendParams
impl Debug for GetDirectorBackendParams
source§impl Default for GetDirectorBackendParams
impl Default for GetDirectorBackendParams
source§fn default() -> GetDirectorBackendParams
fn default() -> GetDirectorBackendParams
Returns the “default value” for a type. Read more