pub struct WeatherSystemConfigBuilder { /* private fields */ }Implementations§
Source§impl WeatherSystemConfigBuilder
impl WeatherSystemConfigBuilder
pub fn with_cloud_brightness_light_block_factor(self, value: f32) -> Self
pub fn with_location_data(self, value: Arc<LocationData>) -> Self
pub fn build(self) -> WeatherSystemConfig
Trait Implementations§
Source§impl Debug for WeatherSystemConfigBuilder
impl Debug for WeatherSystemConfigBuilder
Source§impl Default for WeatherSystemConfigBuilder
impl Default for WeatherSystemConfigBuilder
Source§fn default() -> WeatherSystemConfigBuilder
fn default() -> WeatherSystemConfigBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WeatherSystemConfigBuilder
impl RefUnwindSafe for WeatherSystemConfigBuilder
impl Send for WeatherSystemConfigBuilder
impl Sync for WeatherSystemConfigBuilder
impl Unpin for WeatherSystemConfigBuilder
impl UnwindSafe for WeatherSystemConfigBuilder
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