pub struct InputSpec {
pub name: String,
pub value_type: ValueType,
pub required: bool,
}Fields§
§name: String§value_type: ValueType§required: boolTrait Implementations§
impl StructuralPartialEq for InputSpec
Auto Trait Implementations§
impl Freeze for InputSpec
impl RefUnwindSafe for InputSpec
impl Send for InputSpec
impl Sync for InputSpec
impl Unpin for InputSpec
impl UnsafeUnpin for InputSpec
impl UnwindSafe for InputSpec
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