pub struct GetPoolInfoArgs {
pub pool_address: String,
}Fields§
§pool_address: StringTrait Implementations§
Source§impl CandidType for GetPoolInfoArgs
impl CandidType for GetPoolInfoArgs
Source§impl Clone for GetPoolInfoArgs
impl Clone for GetPoolInfoArgs
Source§fn clone(&self) -> GetPoolInfoArgs
fn clone(&self) -> GetPoolInfoArgs
Returns a duplicate 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 moreSource§impl Debug for GetPoolInfoArgs
impl Debug for GetPoolInfoArgs
Source§impl<'de> Deserialize<'de> for GetPoolInfoArgs
impl<'de> Deserialize<'de> for GetPoolInfoArgs
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetPoolInfoArgs
impl PartialEq for GetPoolInfoArgs
Source§impl Serialize for GetPoolInfoArgs
impl Serialize for GetPoolInfoArgs
impl Eq for GetPoolInfoArgs
impl StructuralPartialEq for GetPoolInfoArgs
Auto Trait Implementations§
impl Freeze for GetPoolInfoArgs
impl RefUnwindSafe for GetPoolInfoArgs
impl Send for GetPoolInfoArgs
impl Sync for GetPoolInfoArgs
impl Unpin for GetPoolInfoArgs
impl UnwindSafe for GetPoolInfoArgs
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