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