pub struct CommandInfo {
pub name: String,
pub in_type: TangoDataType,
pub out_type: TangoDataType,
pub in_type_desc: String,
pub out_type_desc: String,
pub disp_level: DispLevel,
}
Expand description
Provides information about the API of a single command.
Fields§
§name: String
§in_type: TangoDataType
§out_type: TangoDataType
§in_type_desc: String
§out_type_desc: String
§disp_level: DispLevel
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommandInfo
impl RefUnwindSafe for CommandInfo
impl Send for CommandInfo
impl Sync for CommandInfo
impl Unpin for CommandInfo
impl UnwindSafe for CommandInfo
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