Struct async_gemini::entity::request_body::GenerateionConfig
source · pub struct GenerateionConfig { /* private fields */ }Trait Implementations§
source§impl Clone for GenerateionConfig
impl Clone for GenerateionConfig
source§fn clone(&self) -> GenerateionConfig
fn clone(&self) -> GenerateionConfig
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 GenerateionConfig
impl Debug for GenerateionConfig
source§impl Default for GenerateionConfig
impl Default for GenerateionConfig
source§fn default() -> GenerateionConfig
fn default() -> GenerateionConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GenerateionConfig
impl<'de> Deserialize<'de> for GenerateionConfig
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
source§impl PartialEq for GenerateionConfig
impl PartialEq for GenerateionConfig
source§fn eq(&self, other: &GenerateionConfig) -> bool
fn eq(&self, other: &GenerateionConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for GenerateionConfig
impl Serialize for GenerateionConfig
impl StructuralPartialEq for GenerateionConfig
Auto Trait Implementations§
impl RefUnwindSafe for GenerateionConfig
impl Send for GenerateionConfig
impl Sync for GenerateionConfig
impl Unpin for GenerateionConfig
impl UnwindSafe for GenerateionConfig
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