Struct dify_client::response::ParametersAnnotationReply
source · pub struct ParametersAnnotationReply {
pub enabled: bool,
}Expand description
标记回复
Fields§
§enabled: bool是否开启
Trait Implementations§
source§impl Debug for ParametersAnnotationReply
impl Debug for ParametersAnnotationReply
source§impl<'de> Deserialize<'de> for ParametersAnnotationReply
impl<'de> Deserialize<'de> for ParametersAnnotationReply
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
Auto Trait Implementations§
impl Freeze for ParametersAnnotationReply
impl RefUnwindSafe for ParametersAnnotationReply
impl Send for ParametersAnnotationReply
impl Sync for ParametersAnnotationReply
impl Unpin for ParametersAnnotationReply
impl UnwindSafe for ParametersAnnotationReply
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