pub struct BetaThinkingCapability {
pub supported: bool,
pub types: Option<BetaThinkingTypes>,
}Fields§
§supported: bool§types: Option<BetaThinkingTypes>Trait Implementations§
Source§impl Clone for BetaThinkingCapability
impl Clone for BetaThinkingCapability
Source§fn clone(&self) -> BetaThinkingCapability
fn clone(&self) -> BetaThinkingCapability
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 BetaThinkingCapability
impl Debug for BetaThinkingCapability
Source§impl<'de> Deserialize<'de> for BetaThinkingCapability
impl<'de> Deserialize<'de> for BetaThinkingCapability
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 BetaThinkingCapability
impl PartialEq for BetaThinkingCapability
Source§impl Serialize for BetaThinkingCapability
impl Serialize for BetaThinkingCapability
impl Eq for BetaThinkingCapability
impl StructuralPartialEq for BetaThinkingCapability
Auto Trait Implementations§
impl Freeze for BetaThinkingCapability
impl RefUnwindSafe for BetaThinkingCapability
impl Send for BetaThinkingCapability
impl Sync for BetaThinkingCapability
impl Unpin for BetaThinkingCapability
impl UnsafeUnpin for BetaThinkingCapability
impl UnwindSafe for BetaThinkingCapability
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