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