pub struct PredictEditsResponse {
pub request_id: Uuid,
pub output_excerpt: String,
}Fields§
§request_id: Uuid§output_excerpt: StringTrait Implementations§
Source§impl Clone for PredictEditsResponse
impl Clone for PredictEditsResponse
Source§fn clone(&self) -> PredictEditsResponse
fn clone(&self) -> PredictEditsResponse
Returns a copy 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 PredictEditsResponse
impl Debug for PredictEditsResponse
Source§impl<'de> Deserialize<'de> for PredictEditsResponse
impl<'de> Deserialize<'de> for PredictEditsResponse
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
Auto Trait Implementations§
impl Freeze for PredictEditsResponse
impl RefUnwindSafe for PredictEditsResponse
impl Send for PredictEditsResponse
impl Sync for PredictEditsResponse
impl Unpin for PredictEditsResponse
impl UnwindSafe for PredictEditsResponse
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