Struct for_mqtt_client::FilterBuilder
source · pub struct FilterBuilder<T: Protocol> { /* private fields */ }
Implementations§
source§impl<T: Protocol> FilterBuilder<T>
impl<T: Protocol> FilterBuilder<T>
source§impl FilterBuilder<ProtocolV5>
impl FilterBuilder<ProtocolV5>
pub fn set_nolocal(&mut self, no_local: bool) -> &mut Self
pub fn set_preserve_retain(&mut self, preserve_retain: bool) -> &mut Self
pub fn set_retain_forward_rule( &mut self, retain_forward_rule: RetainForwardRule ) -> &mut Self
Auto Trait Implementations§
impl<T> RefUnwindSafe for FilterBuilder<T>where T: RefUnwindSafe,
impl<T> Send for FilterBuilder<T>where T: Send,
impl<T> Sync for FilterBuilder<T>where T: Sync,
impl<T> Unpin for FilterBuilder<T>where T: Unpin,
impl<T> UnwindSafe for FilterBuilder<T>where T: UnwindSafe,
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