pub struct HeyGenApiConfig {
pub auto_reload_amount: Option<i64>,
pub auto_reload_enabled: Option<bool>,
pub auto_reload_threshold: Option<i64>,
}Fields§
§auto_reload_amount: Option<i64>§auto_reload_enabled: Option<bool>§auto_reload_threshold: Option<i64>Trait Implementations§
Source§impl CatalogService for HeyGenApiConfig
impl CatalogService for HeyGenApiConfig
Source§impl Debug for HeyGenApiConfig
impl Debug for HeyGenApiConfig
Auto Trait Implementations§
impl Freeze for HeyGenApiConfig
impl RefUnwindSafe for HeyGenApiConfig
impl Send for HeyGenApiConfig
impl Sync for HeyGenApiConfig
impl Unpin for HeyGenApiConfig
impl UnsafeUnpin for HeyGenApiConfig
impl UnwindSafe for HeyGenApiConfig
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