pub struct GetReceivedByLabelResponse {
pub value: Amount,
}Expand description
Response for the GetReceivedByLabel RPC method
This method returns a primitive value wrapped in a transparent struct.
Fields§
§value: AmountWrapped primitive value
Trait Implementations§
Source§impl AsRef<Amount> for GetReceivedByLabelResponse
impl AsRef<Amount> for GetReceivedByLabelResponse
Source§impl Clone for GetReceivedByLabelResponse
impl Clone for GetReceivedByLabelResponse
Source§fn clone(&self) -> GetReceivedByLabelResponse
fn clone(&self) -> GetReceivedByLabelResponse
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 GetReceivedByLabelResponse
impl Debug for GetReceivedByLabelResponse
Source§impl Deref for GetReceivedByLabelResponse
impl Deref for GetReceivedByLabelResponse
Source§impl<'de> Deserialize<'de> for GetReceivedByLabelResponse
impl<'de> Deserialize<'de> for GetReceivedByLabelResponse
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 From<Amount> for GetReceivedByLabelResponse
impl From<Amount> for GetReceivedByLabelResponse
Source§impl From<GetReceivedByLabelResponse> for Amount
impl From<GetReceivedByLabelResponse> for Amount
Source§fn from(wrapper: GetReceivedByLabelResponse) -> Self
fn from(wrapper: GetReceivedByLabelResponse) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for GetReceivedByLabelResponse
Auto Trait Implementations§
impl Freeze for GetReceivedByLabelResponse
impl RefUnwindSafe for GetReceivedByLabelResponse
impl Send for GetReceivedByLabelResponse
impl Sync for GetReceivedByLabelResponse
impl Unpin for GetReceivedByLabelResponse
impl UnwindSafe for GetReceivedByLabelResponse
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