Struct for_mqtt_client::TraceUnubscribe
source · pub struct TraceUnubscribe { /* private fields */ }
Implementations§
source§impl TraceUnubscribe
impl TraceUnubscribe
pub fn new(unsubscribe: Unsubscribe) -> Self
Trait Implementations§
source§impl Clone for TraceUnubscribe
impl Clone for TraceUnubscribe
source§fn clone(&self) -> TraceUnubscribe
fn clone(&self) -> TraceUnubscribe
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 TraceUnubscribe
impl Debug for TraceUnubscribe
source§impl From<TraceUnubscribe> for ClientData
impl From<TraceUnubscribe> for ClientData
source§fn from(data: TraceUnubscribe) -> Self
fn from(data: TraceUnubscribe) -> Self
Converts to this type from the input type.
source§impl<T: Protocol> From<UnsubscribeBuilder<T>> for TraceUnubscribe
impl<T: Protocol> From<UnsubscribeBuilder<T>> for TraceUnubscribe
source§fn from(value: UnsubscribeBuilder<T>) -> Self
fn from(value: UnsubscribeBuilder<T>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for TraceUnubscribe
impl Send for TraceUnubscribe
impl Sync for TraceUnubscribe
impl Unpin for TraceUnubscribe
impl UnwindSafe for TraceUnubscribe
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