pub struct UiSettings {
pub theme: String,
pub streaming_throttle_ms: u32,
pub footer_show_cost: bool,
}Fields§
§theme: String§streaming_throttle_ms: u32Trait Implementations§
Source§impl Clone for UiSettings
impl Clone for UiSettings
Source§fn clone(&self) -> UiSettings
fn clone(&self) -> UiSettings
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UiSettings
impl Debug for UiSettings
Source§impl Default for UiSettings
impl Default for UiSettings
Source§impl<'de> Deserialize<'de> for UiSettings
impl<'de> Deserialize<'de> for UiSettings
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 UiSettings
impl PartialEq for UiSettings
Source§fn eq(&self, other: &UiSettings) -> bool
fn eq(&self, other: &UiSettings) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UiSettings
impl Serialize for UiSettings
impl StructuralPartialEq for UiSettings
Auto Trait Implementations§
impl Freeze for UiSettings
impl RefUnwindSafe for UiSettings
impl Send for UiSettings
impl Sync for UiSettings
impl Unpin for UiSettings
impl UnsafeUnpin for UiSettings
impl UnwindSafe for UiSettings
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