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