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