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 duplicate 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 Freeze for GetTokenParams
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