Struct for_mqtt_client::ProtocolV4
source · pub struct ProtocolV4;
Trait Implementations§
source§impl Clone for ProtocolV4
impl Clone for ProtocolV4
source§fn clone(&self) -> ProtocolV4
fn clone(&self) -> ProtocolV4
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 ProtocolV4
impl Debug for ProtocolV4
Auto Trait Implementations§
impl RefUnwindSafe for ProtocolV4
impl Send for ProtocolV4
impl Sync for ProtocolV4
impl Unpin for ProtocolV4
impl UnwindSafe for ProtocolV4
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