pub struct SHGetBalanceResponse {
pub id: usize,
pub balance: BalanceResult,
}Fields§
§id: usize§balance: BalanceResultTrait Implementations§
Source§impl Clone for SHGetBalanceResponse
impl Clone for SHGetBalanceResponse
Source§fn clone(&self) -> SHGetBalanceResponse
fn clone(&self) -> SHGetBalanceResponse
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 SHGetBalanceResponse
impl Debug for SHGetBalanceResponse
Source§impl<'de> Deserialize<'de> for SHGetBalanceResponse
impl<'de> Deserialize<'de> for SHGetBalanceResponse
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 SHGetBalanceResponse
impl PartialEq for SHGetBalanceResponse
Source§impl Serialize for SHGetBalanceResponse
impl Serialize for SHGetBalanceResponse
impl Eq for SHGetBalanceResponse
impl StructuralPartialEq for SHGetBalanceResponse
Auto Trait Implementations§
impl Freeze for SHGetBalanceResponse
impl RefUnwindSafe for SHGetBalanceResponse
impl Send for SHGetBalanceResponse
impl Sync for SHGetBalanceResponse
impl Unpin for SHGetBalanceResponse
impl UnwindSafe for SHGetBalanceResponse
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