Struct lib::RTwoConfig
source · pub struct RTwoConfig {
pub host: String,
pub port: u16,
pub model: String,
pub verbose: bool,
pub color: bool,
pub save: bool,
pub stream: bool,
}Fields§
§host: String§port: u16§model: String§verbose: bool§color: bool§save: bool§stream: boolTrait Implementations§
source§impl Default for RTwoConfig
impl Default for RTwoConfig
source§impl<'de> Deserialize<'de> for RTwoConfig
impl<'de> Deserialize<'de> for RTwoConfig
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 RTwoConfig
impl RefUnwindSafe for RTwoConfig
impl Send for RTwoConfig
impl Sync for RTwoConfig
impl Unpin for RTwoConfig
impl UnwindSafe for RTwoConfig
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