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