pub struct StructureProperty {
pub choices: Vec<EntitySpec>,
pub description: Option<Description>,
pub value: Option<String>,
pub dtype: Option<DType>,
pub validator: Option<Validator>,
pub threshold: Option<Threshold>,
}Fields§
§choices: Vec<EntitySpec>§description: Option<Description>§value: Option<String>§dtype: Option<DType>§validator: Option<Validator>§threshold: Option<Threshold>Trait Implementations§
Source§impl Clone for StructureProperty
impl Clone for StructureProperty
Source§fn clone(&self) -> StructureProperty
fn clone(&self) -> StructureProperty
Returns a duplicate 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 StructureProperty
impl Debug for StructureProperty
Source§impl PartialEq for StructureProperty
impl PartialEq for StructureProperty
Source§impl Serialize for StructureProperty
impl Serialize for StructureProperty
impl StructuralPartialEq for StructureProperty
Auto Trait Implementations§
impl Freeze for StructureProperty
impl RefUnwindSafe for StructureProperty
impl Send for StructureProperty
impl Sync for StructureProperty
impl Unpin for StructureProperty
impl UnsafeUnpin for StructureProperty
impl UnwindSafe for StructureProperty
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