pub struct WithSchema;Expand description
Marker: a JSON schema has been set via AgentConfig::output or
AgentConfig::output_schema_raw.
Trait Implementations§
Source§impl Clone for WithSchema
impl Clone for WithSchema
Source§fn clone(&self) -> WithSchema
fn clone(&self) -> WithSchema
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 WithSchema
impl Debug for WithSchema
impl Copy for WithSchema
Auto Trait Implementations§
impl Freeze for WithSchema
impl RefUnwindSafe for WithSchema
impl Send for WithSchema
impl Sync for WithSchema
impl Unpin for WithSchema
impl UnsafeUnpin for WithSchema
impl UnwindSafe for WithSchema
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