pub struct OpenRouterReasoning { /* private fields */ }
Trait Implementations§
Source§impl Clone for OpenRouterReasoning
impl Clone for OpenRouterReasoning
Source§fn clone(&self) -> OpenRouterReasoning
fn clone(&self) -> OpenRouterReasoning
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 OpenRouterReasoning
impl Debug for OpenRouterReasoning
Source§impl<'de> Deserialize<'de> for OpenRouterReasoning
impl<'de> Deserialize<'de> for OpenRouterReasoning
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 OpenRouterReasoning
impl PartialEq for OpenRouterReasoning
Source§impl Serialize for OpenRouterReasoning
impl Serialize for OpenRouterReasoning
impl Eq for OpenRouterReasoning
impl StructuralPartialEq for OpenRouterReasoning
Auto Trait Implementations§
impl Freeze for OpenRouterReasoning
impl RefUnwindSafe for OpenRouterReasoning
impl Send for OpenRouterReasoning
impl Sync for OpenRouterReasoning
impl Unpin for OpenRouterReasoning
impl UnwindSafe for OpenRouterReasoning
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