Struct grafana_plugin_sdk::backend::InitialData [−][src]
pub struct InitialData { /* fields omitted */ }
Expand description
Data returned from an initial request to subscribe to a stream.
Implementations
pub fn from_frame(
frame: CheckedFrame<'_>,
include: FrameInclude
) -> Result<Self, ConvertToError>
pub fn from_frame(
frame: CheckedFrame<'_>,
include: FrameInclude
) -> Result<Self, ConvertToError>
Create some initial data representing a Frame
.
Create some initial data representing some JSON.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InitialData
impl Send for InitialData
impl Sync for InitialData
impl Unpin for InitialData
impl UnwindSafe for InitialData
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