pub struct InstrumentSubscriptionResult {
pub snapshot: Option<bool>,
pub warnings: Option<Vec<String>>,
}
Fields§
§snapshot: Option<bool>
§warnings: Option<Vec<String>>
Trait Implementations§
Source§impl Debug for InstrumentSubscriptionResult
impl Debug for InstrumentSubscriptionResult
Source§impl<'de> Deserialize<'de> for InstrumentSubscriptionResult
impl<'de> Deserialize<'de> for InstrumentSubscriptionResult
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 InstrumentSubscriptionResult
impl PartialEq for InstrumentSubscriptionResult
Source§fn eq(&self, other: &InstrumentSubscriptionResult) -> bool
fn eq(&self, other: &InstrumentSubscriptionResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for InstrumentSubscriptionResult
Auto Trait Implementations§
impl Freeze for InstrumentSubscriptionResult
impl RefUnwindSafe for InstrumentSubscriptionResult
impl Send for InstrumentSubscriptionResult
impl Sync for InstrumentSubscriptionResult
impl Unpin for InstrumentSubscriptionResult
impl UnwindSafe for InstrumentSubscriptionResult
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