pub struct AIClassify {
pub this: Box<Expression>,
pub categories: Option<Box<Expression>>,
pub config: Option<Box<Expression>>,
}Expand description
AIClassify
Fields§
§this: Box<Expression>§categories: Option<Box<Expression>>§config: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for AIClassify
impl Clone for AIClassify
Source§fn clone(&self) -> AIClassify
fn clone(&self) -> AIClassify
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 AIClassify
impl Debug for AIClassify
Source§impl<'de> Deserialize<'de> for AIClassify
impl<'de> Deserialize<'de> for AIClassify
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AIClassify
impl PartialEq for AIClassify
Source§impl Serialize for AIClassify
impl Serialize for AIClassify
impl StructuralPartialEq for AIClassify
Auto Trait Implementations§
impl Freeze for AIClassify
impl RefUnwindSafe for AIClassify
impl Send for AIClassify
impl Sync for AIClassify
impl Unpin for AIClassify
impl UnwindSafe for AIClassify
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