pub struct InworldConfig {
pub api_key: String,
pub voice_id: String,
pub model: String,
}Fields§
§api_key: String§voice_id: String§model: StringTrait Implementations§
Source§impl Clone for InworldConfig
impl Clone for InworldConfig
Source§fn clone(&self) -> InworldConfig
fn clone(&self) -> InworldConfig
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 moreSource§impl Debug for InworldConfig
impl Debug for InworldConfig
Source§impl<'de> Deserialize<'de> for InworldConfig
impl<'de> Deserialize<'de> for InworldConfig
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 InworldConfig
impl RefUnwindSafe for InworldConfig
impl Send for InworldConfig
impl Sync for InworldConfig
impl Unpin for InworldConfig
impl UnsafeUnpin for InworldConfig
impl UnwindSafe for InworldConfig
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