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