Struct ntex_mqtt::v3::control::Disconnect
source · pub struct Disconnect;
Implementations
sourceimpl Disconnect
impl Disconnect
pub fn ack(self) -> ControlResult
Trait Implementations
sourceimpl Clone for Disconnect
impl Clone for Disconnect
sourcefn clone(&self) -> Disconnect
fn clone(&self) -> Disconnect
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for Disconnect
impl Debug for Disconnect
impl Copy for Disconnect
Auto Trait Implementations
impl RefUnwindSafe for Disconnect
impl Send for Disconnect
impl Sync for Disconnect
impl Unpin for Disconnect
impl UnwindSafe for Disconnect
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more