pub struct PostAiTranslateParams {
pub target_lang_query: String,
pub body: Option<Value>,
}Fields§
§target_lang_query: String§body: Option<Value>Implementations§
Trait Implementations§
Source§impl Clone for PostAiTranslateParams
impl Clone for PostAiTranslateParams
Source§fn clone(&self) -> PostAiTranslateParams
fn clone(&self) -> PostAiTranslateParams
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 moreAuto Trait Implementations§
impl Freeze for PostAiTranslateParams
impl RefUnwindSafe for PostAiTranslateParams
impl Send for PostAiTranslateParams
impl Sync for PostAiTranslateParams
impl Unpin for PostAiTranslateParams
impl UnwindSafe for PostAiTranslateParams
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