Struct fastly_api::apis::tokens_api::GetTokenParams
source · pub struct GetTokenParams {
pub token_id: String,
}
Expand description
struct for passing parameters to the method get_token
Fields§
§token_id: String
Alphanumeric string identifying a token.
Trait Implementations§
source§impl Clone for GetTokenParams
impl Clone for GetTokenParams
source§fn clone(&self) -> GetTokenParams
fn clone(&self) -> GetTokenParams
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 GetTokenParams
impl Debug for GetTokenParams
source§impl Default for GetTokenParams
impl Default for GetTokenParams
source§fn default() -> GetTokenParams
fn default() -> GetTokenParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GetTokenParams
impl Send for GetTokenParams
impl Sync for GetTokenParams
impl Unpin for GetTokenParams
impl UnwindSafe for GetTokenParams
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