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