pub struct GetLinkedTokenParams {
pub id: String,
}
Expand description
struct for passing parameters to the method [get_linked_token
]
Fields§
§id: String
The token link id
Implementations§
Source§impl GetLinkedTokenParams
impl GetLinkedTokenParams
Sourcepub fn builder() -> GetLinkedTokenParamsBuilder
pub fn builder() -> GetLinkedTokenParamsBuilder
Create an instance of GetLinkedTokenParams
using the builder syntax
Trait Implementations§
Source§impl Clone for GetLinkedTokenParams
impl Clone for GetLinkedTokenParams
Source§fn clone(&self) -> GetLinkedTokenParams
fn clone(&self) -> GetLinkedTokenParams
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 moreAuto Trait Implementations§
impl Freeze for GetLinkedTokenParams
impl RefUnwindSafe for GetLinkedTokenParams
impl Send for GetLinkedTokenParams
impl Sync for GetLinkedTokenParams
impl Unpin for GetLinkedTokenParams
impl UnwindSafe for GetLinkedTokenParams
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