pub struct ScoreAvecRequest {
pub text: String,
pub provider_id: Option<String>,
pub model: Option<String>,
pub policy: ProviderPolicy,
}Fields§
§text: String§provider_id: Option<String>§model: Option<String>§policy: ProviderPolicyTrait Implementations§
Source§impl Clone for ScoreAvecRequest
impl Clone for ScoreAvecRequest
Source§fn clone(&self) -> ScoreAvecRequest
fn clone(&self) -> ScoreAvecRequest
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 moreAuto Trait Implementations§
impl Freeze for ScoreAvecRequest
impl RefUnwindSafe for ScoreAvecRequest
impl Send for ScoreAvecRequest
impl Sync for ScoreAvecRequest
impl Unpin for ScoreAvecRequest
impl UnsafeUnpin for ScoreAvecRequest
impl UnwindSafe for ScoreAvecRequest
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