pub struct GptStreamConfig { /* private fields */ }
Trait Implementations§
Source§impl Default for GptStreamConfig
impl Default for GptStreamConfig
Source§fn default() -> GptStreamConfig
fn default() -> GptStreamConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GptStreamConfig
impl<'de> Deserialize<'de> for GptStreamConfig
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 GptStreamConfig
impl RefUnwindSafe for GptStreamConfig
impl Send for GptStreamConfig
impl Sync for GptStreamConfig
impl Unpin for GptStreamConfig
impl UnwindSafe for GptStreamConfig
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