pub struct RlmPromptFeatures {
pub images: bool,
pub common_patterns: bool,
pub type_literals: bool,
pub decomposition: bool,
}Fields§
§images: bool§common_patterns: bool§type_literals: bool§decomposition: boolTrait Implementations§
Source§impl Clone for RlmPromptFeatures
impl Clone for RlmPromptFeatures
Source§fn clone(&self) -> RlmPromptFeatures
fn clone(&self) -> RlmPromptFeatures
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RlmPromptFeatures
Source§impl Debug for RlmPromptFeatures
impl Debug for RlmPromptFeatures
Source§impl Default for RlmPromptFeatures
impl Default for RlmPromptFeatures
Source§impl<'de> Deserialize<'de> for RlmPromptFeatureswhere
RlmPromptFeatures: Default,
impl<'de> Deserialize<'de> for RlmPromptFeatureswhere
RlmPromptFeatures: Default,
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
impl Eq for RlmPromptFeatures
Source§impl PartialEq for RlmPromptFeatures
impl PartialEq for RlmPromptFeatures
Source§fn eq(&self, other: &RlmPromptFeatures) -> bool
fn eq(&self, other: &RlmPromptFeatures) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RlmPromptFeatures
impl Serialize for RlmPromptFeatures
impl StructuralPartialEq for RlmPromptFeatures
Auto Trait Implementations§
impl Freeze for RlmPromptFeatures
impl RefUnwindSafe for RlmPromptFeatures
impl Send for RlmPromptFeatures
impl Sync for RlmPromptFeatures
impl Unpin for RlmPromptFeatures
impl UnsafeUnpin for RlmPromptFeatures
impl UnwindSafe for RlmPromptFeatures
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