Enum grafana_plugin_sdk::backend::SubscribeStreamStatus [−][src]
pub enum SubscribeStreamStatus {
Ok,
NotFound,
PermissionDenied,
}
Expand description
The status of a subscribe stream response.
Variants
Ok
The request to subscribe was accepted.
NotFound
The requested path was not found.
PermissionDenied
The user did not have permission to subscribe to the requested stream.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SubscribeStreamStatus
impl Send for SubscribeStreamStatus
impl Sync for SubscribeStreamStatus
impl Unpin for SubscribeStreamStatus
impl UnwindSafe for SubscribeStreamStatus
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T
in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more