pub struct StreamSubscribeResult {
pub subscription_id: String,
pub accepted_topics: Vec<String>,
pub cursor: String,
}Fields§
§subscription_id: String§accepted_topics: Vec<String>§cursor: StringTrait Implementations§
Source§impl Clone for StreamSubscribeResult
impl Clone for StreamSubscribeResult
Source§fn clone(&self) -> StreamSubscribeResult
fn clone(&self) -> StreamSubscribeResult
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 StreamSubscribeResult
impl Debug for StreamSubscribeResult
Auto Trait Implementations§
impl Freeze for StreamSubscribeResult
impl RefUnwindSafe for StreamSubscribeResult
impl Send for StreamSubscribeResult
impl Sync for StreamSubscribeResult
impl Unpin for StreamSubscribeResult
impl UnsafeUnpin for StreamSubscribeResult
impl UnwindSafe for StreamSubscribeResult
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