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