pub struct StreamUnsubscribeResult {
pub subscription_id: String,
pub events_received: u64,
pub status: String,
}Fields§
§subscription_id: String§events_received: u64§status: StringTrait Implementations§
Source§impl Clone for StreamUnsubscribeResult
impl Clone for StreamUnsubscribeResult
Source§fn clone(&self) -> StreamUnsubscribeResult
fn clone(&self) -> StreamUnsubscribeResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StreamUnsubscribeResult
impl Debug for StreamUnsubscribeResult
Source§impl<'de> Deserialize<'de> for StreamUnsubscribeResult
impl<'de> Deserialize<'de> for StreamUnsubscribeResult
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
Auto Trait Implementations§
impl Freeze for StreamUnsubscribeResult
impl RefUnwindSafe for StreamUnsubscribeResult
impl Send for StreamUnsubscribeResult
impl Sync for StreamUnsubscribeResult
impl Unpin for StreamUnsubscribeResult
impl UnsafeUnpin for StreamUnsubscribeResult
impl UnwindSafe for StreamUnsubscribeResult
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