pub struct CommandDataDescription1 {
pub proto: ProtocolVersion,
pub annotations: Annotations,
pub capabilities: Capabilities,
pub result_cardinality: Cardinality,
pub input_typedesc_id: Uuid,
pub input_typedesc: Bytes,
pub output_typedesc_id: Uuid,
pub output_typedesc: Bytes,
}Fields
proto: ProtocolVersionannotations: Annotationscapabilities: Capabilitiesresult_cardinality: Cardinalityinput_typedesc_id: Uuidinput_typedesc: Bytesoutput_typedesc_id: Uuidoutput_typedesc: BytesImplementations
sourceimpl CommandDataDescription1
impl CommandDataDescription1
pub fn output(&self) -> Result<OutputTypedesc, DecodeError>
pub fn input(&self) -> Result<InputTypedesc, DecodeError>
Trait Implementations
sourceimpl Clone for CommandDataDescription1
impl Clone for CommandDataDescription1
sourcefn clone(&self) -> CommandDataDescription1
fn clone(&self) -> CommandDataDescription1
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CommandDataDescription1
impl Debug for CommandDataDescription1
sourceimpl PartialEq<CommandDataDescription1> for CommandDataDescription1
impl PartialEq<CommandDataDescription1> for CommandDataDescription1
sourcefn eq(&self, other: &CommandDataDescription1) -> bool
fn eq(&self, other: &CommandDataDescription1) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &CommandDataDescription1) -> bool
fn ne(&self, other: &CommandDataDescription1) -> bool
This method tests for !=.
impl Eq for CommandDataDescription1
impl StructuralEq for CommandDataDescription1
impl StructuralPartialEq for CommandDataDescription1
Auto Trait Implementations
impl RefUnwindSafe for CommandDataDescription1
impl Send for CommandDataDescription1
impl Sync for CommandDataDescription1
impl Unpin for CommandDataDescription1
impl UnwindSafe for CommandDataDescription1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more