pub struct CommandDataDescription0 {
pub headers: KeyValues,
pub result_cardinality: Cardinality,
pub input: RawTypedesc,
pub output: RawTypedesc,
}Fields§
§headers: KeyValues§result_cardinality: Cardinality§input: RawTypedesc§output: RawTypedescImplementations§
source§impl CommandDataDescription0
impl CommandDataDescription0
pub fn output(&self) -> Result<Typedesc, DecodeError>
pub fn input(&self) -> Result<Typedesc, DecodeError>
Trait Implementations§
source§impl Clone for CommandDataDescription0
impl Clone for CommandDataDescription0
source§fn clone(&self) -> CommandDataDescription0
fn clone(&self) -> CommandDataDescription0
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 CommandDataDescription0
impl Debug for CommandDataDescription0
source§impl From<CommandDataDescription0> for CommandDataDescription1
impl From<CommandDataDescription0> for CommandDataDescription1
source§fn from(value: CommandDataDescription0) -> Self
fn from(value: CommandDataDescription0) -> Self
Converts to this type from the input type.
source§impl PartialEq for CommandDataDescription0
impl PartialEq for CommandDataDescription0
source§fn 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 ==.impl Eq for CommandDataDescription0
impl StructuralPartialEq for CommandDataDescription0
Auto Trait Implementations§
impl !Freeze for CommandDataDescription0
impl RefUnwindSafe for CommandDataDescription0
impl Send for CommandDataDescription0
impl Sync for CommandDataDescription0
impl Unpin for CommandDataDescription0
impl UnwindSafe for CommandDataDescription0
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