pub struct CommandDataDescription0 {
pub proto: ProtocolVersion,
pub headers: KeyValues,
pub result_cardinality: Cardinality,
pub input_typedesc_id: Uuid,
pub input_typedesc: Bytes,
pub output_typedesc_id: Uuid,
pub output_typedesc: Bytes,
}Fields
proto: ProtocolVersionheaders: KeyValuesresult_cardinality: Cardinalityinput_typedesc_id: Uuidinput_typedesc: Bytesoutput_typedesc_id: Uuidoutput_typedesc: BytesImplementations
sourceimpl CommandDataDescription0
impl CommandDataDescription0
pub fn output(&self) -> Result<OutputTypedesc, DecodeError>
pub fn input(&self) -> Result<InputTypedesc, DecodeError>
Trait Implementations
sourceimpl Clone for CommandDataDescription0
impl Clone for CommandDataDescription0
sourcefn clone(&self) -> CommandDataDescription0
fn clone(&self) -> CommandDataDescription0
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 CommandDataDescription0
impl Debug for CommandDataDescription0
sourceimpl PartialEq<CommandDataDescription0> for CommandDataDescription0
impl PartialEq<CommandDataDescription0> for CommandDataDescription0
sourcefn eq(&self, other: &CommandDataDescription0) -> bool
fn eq(&self, other: &CommandDataDescription0) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &CommandDataDescription0) -> bool
fn ne(&self, other: &CommandDataDescription0) -> bool
This method tests for !=.
impl Eq for CommandDataDescription0
impl StructuralEq for CommandDataDescription0
impl StructuralPartialEq for CommandDataDescription0
Auto Trait Implementations
impl RefUnwindSafe for CommandDataDescription0
impl Send for CommandDataDescription0
impl Sync for CommandDataDescription0
impl Unpin for CommandDataDescription0
impl UnwindSafe for CommandDataDescription0
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