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: StringAlphanumeric string identifying the service.
pool_id: StringAlphanumeric string identifying a Pool.
server_id: StringAlphanumeric 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
Auto Trait Implementations§
impl Freeze for GetPoolServerParams
impl RefUnwindSafe for GetPoolServerParams
impl Send for GetPoolServerParams
impl Sync for GetPoolServerParams
impl Unpin for GetPoolServerParams
impl UnwindSafe for GetPoolServerParams
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)