pub struct SubscribeCall {
pub topic: String,
pub qos: QoS,
pub properties: Option<SubscribeProperties>,
}
Fields§
§topic: String
§qos: QoS
§properties: Option<SubscribeProperties>
Trait Implementations§
Source§impl Clone for SubscribeCall
impl Clone for SubscribeCall
Source§fn clone(&self) -> SubscribeCall
fn clone(&self) -> SubscribeCall
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 moreAuto Trait Implementations§
impl Freeze for SubscribeCall
impl RefUnwindSafe for SubscribeCall
impl Send for SubscribeCall
impl Sync for SubscribeCall
impl Unpin for SubscribeCall
impl UnwindSafe for SubscribeCall
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