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