pub struct GetAllDelegationsParams {
pub chain_descriptor: Option<ChainDescriptor>,
}
Expand description
struct for passing parameters to the method [get_all_delegations
]
Fields§
§chain_descriptor: Option<ChainDescriptor>
Use "ETH" / "SOL" / "MATIC" / "STETH_ETH" in order to obtain information related to the specific blockchain network or retrieve information about all chains that have data available by providing no argument.
Implementations§
Source§impl GetAllDelegationsParams
impl GetAllDelegationsParams
Sourcepub fn builder() -> GetAllDelegationsParamsBuilder
pub fn builder() -> GetAllDelegationsParamsBuilder
Create an instance of GetAllDelegationsParams
using the builder syntax
Trait Implementations§
Source§impl Clone for GetAllDelegationsParams
impl Clone for GetAllDelegationsParams
Source§fn clone(&self) -> GetAllDelegationsParams
fn clone(&self) -> GetAllDelegationsParams
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 GetAllDelegationsParams
impl RefUnwindSafe for GetAllDelegationsParams
impl Send for GetAllDelegationsParams
impl Sync for GetAllDelegationsParams
impl Unpin for GetAllDelegationsParams
impl UnwindSafe for GetAllDelegationsParams
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