pub struct WeatherSystemConfig {
pub cloud_brightness_light_block_factor: f32,
pub location_data: Arc<LocationData>,
}Fields§
§cloud_brightness_light_block_factor: f32§location_data: Arc<LocationData>Implementations§
Source§impl WeatherSystemConfig
impl WeatherSystemConfig
pub fn builder() -> WeatherSystemConfigBuilder
Trait Implementations§
Source§impl Debug for WeatherSystemConfig
impl Debug for WeatherSystemConfig
Auto Trait Implementations§
impl Freeze for WeatherSystemConfig
impl RefUnwindSafe for WeatherSystemConfig
impl Send for WeatherSystemConfig
impl Sync for WeatherSystemConfig
impl Unpin for WeatherSystemConfig
impl UnwindSafe for WeatherSystemConfig
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
Source§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expression
fn into_sql<T>(self) -> Self::Expression
Convert
self to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
Convert
&self to an expression for Diesel’s query builder. Read more