pub struct NoLocal(pub bool);Expand description
Specify if the server sends messages to the same connection which published them.
Tuple Fields§
§0: boolAuto Trait Implementations§
impl Freeze for NoLocal
impl RefUnwindSafe for NoLocal
impl Send for NoLocal
impl Sync for NoLocal
impl Unpin for NoLocal
impl UnwindSafe for NoLocal
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