pub struct UnsupportedResponseType {
pub ty: String,
pub reason: &'static str,
}Expand description
A response type that cannot be requested from a model.
Fields§
§ty: String§reason: &'static strTrait Implementations§
Source§impl Clone for UnsupportedResponseType
impl Clone for UnsupportedResponseType
Source§fn clone(&self) -> UnsupportedResponseType
fn clone(&self) -> UnsupportedResponseType
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 moreSource§impl Debug for UnsupportedResponseType
impl Debug for UnsupportedResponseType
impl Eq for UnsupportedResponseType
Source§impl PartialEq for UnsupportedResponseType
impl PartialEq for UnsupportedResponseType
impl StructuralPartialEq for UnsupportedResponseType
Auto Trait Implementations§
impl Freeze for UnsupportedResponseType
impl RefUnwindSafe for UnsupportedResponseType
impl Send for UnsupportedResponseType
impl Sync for UnsupportedResponseType
impl Unpin for UnsupportedResponseType
impl UnsafeUnpin for UnsupportedResponseType
impl UnwindSafe for UnsupportedResponseType
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