Struct gaia_tmtc::tco_tmiv::tco::ParamSchema
source · pub struct ParamSchema {
pub name: String,
pub data_type: DataType,
}
Fields§
§name: String
§data_type: DataType
Trait Implementations§
source§impl Clone for ParamSchema
impl Clone for ParamSchema
source§fn clone(&self) -> ParamSchema
fn clone(&self) -> ParamSchema
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 moresource§impl Debug for ParamSchema
impl Debug for ParamSchema
source§impl<'de> Deserialize<'de> for ParamSchema
impl<'de> Deserialize<'de> for ParamSchema
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for ParamSchema
impl PartialEq for ParamSchema
source§fn eq(&self, other: &ParamSchema) -> bool
fn eq(&self, other: &ParamSchema) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ParamSchema
impl Serialize for ParamSchema
impl StructuralPartialEq for ParamSchema
Auto Trait Implementations§
impl Freeze for ParamSchema
impl RefUnwindSafe for ParamSchema
impl Send for ParamSchema
impl Sync for ParamSchema
impl Unpin for ParamSchema
impl UnwindSafe for ParamSchema
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> 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>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request