pub struct BufferDataWithMetadata { /* private fields */ }Trait Implementations§
Source§impl<SubstrateParent> HasContextView<SubstrateParent> for BufferDataWithMetadatawhere
Instance<Inverter>: HasContextView<SubstrateParent>,
MyMetadata: HasContextView<SubstrateParent>,
impl<SubstrateParent> HasContextView<SubstrateParent> for BufferDataWithMetadatawhere
Instance<Inverter>: HasContextView<SubstrateParent>,
MyMetadata: HasContextView<SubstrateParent>,
Source§type ContextView = BufferDataWithMetadataView<Context<SubstrateParent>>
type ContextView = BufferDataWithMetadataView<Context<SubstrateParent>>
A view of object.
Source§fn context_view(
&self,
__substrate_parent: &SubstrateParent,
) -> ContextView<Self, SubstrateParent>
fn context_view( &self, __substrate_parent: &SubstrateParent, ) -> ContextView<Self, SubstrateParent>
Creates a context view of the object given a parent context.
Source§impl HasNestedView for BufferDataWithMetadatawhere
Instance<Inverter>: HasNestedView,
MyMetadata: HasNestedView,
impl HasNestedView for BufferDataWithMetadatawhere
Instance<Inverter>: HasNestedView,
MyMetadata: HasNestedView,
Source§type NestedView = BufferDataWithMetadataView<Nested>
type NestedView = BufferDataWithMetadataView<Nested>
A view of the nested object. Read more
Source§fn nested_view(&self, __substrate_parent: &InstancePath) -> NestedView<Self>
fn nested_view(&self, __substrate_parent: &InstancePath) -> NestedView<Self>
Creates a nested view of the object given a parent node.
Auto Trait Implementations§
impl !Freeze for BufferDataWithMetadata
impl !RefUnwindSafe for BufferDataWithMetadata
impl Send for BufferDataWithMetadata
impl Sync for BufferDataWithMetadata
impl Unpin for BufferDataWithMetadata
impl !UnwindSafe for BufferDataWithMetadata
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
§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Converts
Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>, which can then be
downcast into Box<dyn ConcreteType> where ConcreteType implements Trait.§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Converts
Rc<Trait> (where Trait: Downcast) to Rc<Any>, which can then be further
downcast into Rc<ConcreteType> where ConcreteType implements Trait.§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Converts
&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s.§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Converts
&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s.§impl<T> DowncastSend for T
impl<T> DowncastSend for T
§impl<T> DowncastSync for T
impl<T> DowncastSync for T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request§impl<L> LayerExt<L> for L
impl<L> LayerExt<L> for L
§fn named_layer<S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S>where
L: Layer<S>,
fn named_layer<S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S>where
L: Layer<S>,
Applies the layer to a service and wraps it in [
Layered].