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