pub enum InnerSubscriptionResult {
Success,
Aborted,
}
Expand description
Outcome of a successful terminated subscription.
Variants§
Success
The subscription stream was executed successfully.
Aborted
The subscription was aborted by the remote peer.
Trait Implementations§
source§impl Clone for InnerSubscriptionResult
impl Clone for InnerSubscriptionResult
source§fn clone(&self) -> InnerSubscriptionResult
fn clone(&self) -> InnerSubscriptionResult
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 more