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