pub enum SendLastPublished {
Never,
OnSub,
OnSubAndPresence,
}
Expand description
The sending behavior when subscribing to a given pubsub node.
Variants§
Never
Do not auto-send.
OnSub
Send on subscription.
OnSubAndPresence
Send on subscription and on presence.
Trait Implementations§
source§impl FromStr for SendLastPublished
impl FromStr for SendLastPublished
Auto Trait Implementations§
impl RefUnwindSafe for SendLastPublished
impl Send for SendLastPublished
impl Sync for SendLastPublished
impl Unpin for SendLastPublished
impl UnwindSafe for SendLastPublished
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