Struct grafana_plugin_sdk::data::CheckedFrame [−][src]
pub struct CheckedFrame<'a>(_);
Expand description
A reference to a checked and verified Frame
, which is ready for serialization.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for CheckedFrame<'a>
impl<'a> Send for CheckedFrame<'a>
impl<'a> Sync for CheckedFrame<'a>
impl<'a> Unpin for CheckedFrame<'a>
impl<'a> !UnwindSafe for CheckedFrame<'a>
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