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