pub struct UserPortfolioCurrencyChannel {
pub currency: CurrencyWithAny,
}Fields§
§currency: CurrencyWithAnyTrait Implementations§
Source§impl Clone for UserPortfolioCurrencyChannel
impl Clone for UserPortfolioCurrencyChannel
Source§fn clone(&self) -> UserPortfolioCurrencyChannel
fn clone(&self) -> UserPortfolioCurrencyChannel
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 UserPortfolioCurrencyChannel
impl Debug for UserPortfolioCurrencyChannel
Source§impl<'de> Deserialize<'de> for UserPortfolioCurrencyChannel
impl<'de> Deserialize<'de> for UserPortfolioCurrencyChannel
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 UserPortfolioCurrencyChannel
impl PartialEq for UserPortfolioCurrencyChannel
Source§fn eq(&self, other: &UserPortfolioCurrencyChannel) -> bool
fn eq(&self, other: &UserPortfolioCurrencyChannel) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Subscription for UserPortfolioCurrencyChannel
impl Subscription for UserPortfolioCurrencyChannel
type Data = UserPortfolioNotification
fn channel_string(&self) -> String
impl StructuralPartialEq for UserPortfolioCurrencyChannel
Auto Trait Implementations§
impl Freeze for UserPortfolioCurrencyChannel
impl RefUnwindSafe for UserPortfolioCurrencyChannel
impl Send for UserPortfolioCurrencyChannel
impl Sync for UserPortfolioCurrencyChannel
impl Unpin for UserPortfolioCurrencyChannel
impl UnwindSafe for UserPortfolioCurrencyChannel
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