pub struct InstrumentsSubscription {
pub channel: String,
pub snapshot: Option<bool>,
}
Fields§
§channel: String
§snapshot: Option<bool>
Implementations§
Trait Implementations§
Source§impl Clone for InstrumentsSubscription
impl Clone for InstrumentsSubscription
Source§fn clone(&self) -> InstrumentsSubscription
fn clone(&self) -> InstrumentsSubscription
Returns a copy 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 InstrumentsSubscription
impl Debug for InstrumentsSubscription
Auto Trait Implementations§
impl Freeze for InstrumentsSubscription
impl RefUnwindSafe for InstrumentsSubscription
impl Send for InstrumentsSubscription
impl Sync for InstrumentsSubscription
impl Unpin for InstrumentsSubscription
impl UnwindSafe for InstrumentsSubscription
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