#[non_exhaustive]pub struct StreamProcessorSettingsForUpdate { /* private fields */ }Expand description
The stream processor settings that you want to update. ConnectedHome settings can be updated to detect different labels with a different minimum confidence.
Implementations
sourceimpl StreamProcessorSettingsForUpdate
impl StreamProcessorSettingsForUpdate
sourcepub fn connected_home_for_update(
&self
) -> Option<&ConnectedHomeSettingsForUpdate>
pub fn connected_home_for_update(
&self
) -> Option<&ConnectedHomeSettingsForUpdate>
The label detection settings you want to use for your stream processor.
sourceimpl StreamProcessorSettingsForUpdate
impl StreamProcessorSettingsForUpdate
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StreamProcessorSettingsForUpdate.
Trait Implementations
sourceimpl Clone for StreamProcessorSettingsForUpdate
impl Clone for StreamProcessorSettingsForUpdate
sourcefn clone(&self) -> StreamProcessorSettingsForUpdate
fn clone(&self) -> StreamProcessorSettingsForUpdate
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<StreamProcessorSettingsForUpdate> for StreamProcessorSettingsForUpdate
impl PartialEq<StreamProcessorSettingsForUpdate> for StreamProcessorSettingsForUpdate
sourcefn eq(&self, other: &StreamProcessorSettingsForUpdate) -> bool
fn eq(&self, other: &StreamProcessorSettingsForUpdate) -> bool
impl StructuralPartialEq for StreamProcessorSettingsForUpdate
Auto Trait Implementations
impl RefUnwindSafe for StreamProcessorSettingsForUpdate
impl Send for StreamProcessorSettingsForUpdate
impl Sync for StreamProcessorSettingsForUpdate
impl Unpin for StreamProcessorSettingsForUpdate
impl UnwindSafe for StreamProcessorSettingsForUpdate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more