#[non_exhaustive]pub struct JobWorkerExecutorConfiguration { /* private fields */ }
Expand description
Details about the polling configuration for the JobWorker
action engine, or executor.
Implementations
sourceimpl JobWorkerExecutorConfiguration
impl JobWorkerExecutorConfiguration
sourcepub fn polling_accounts(&self) -> Option<&[String]>
pub fn polling_accounts(&self) -> Option<&[String]>
The accounts in which the job worker is configured and might poll for jobs as part of the action execution.
sourcepub fn polling_service_principals(&self) -> Option<&[String]>
pub fn polling_service_principals(&self) -> Option<&[String]>
The service Principals in which the job worker is configured and might poll for jobs as part of the action execution.
sourceimpl JobWorkerExecutorConfiguration
impl JobWorkerExecutorConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture JobWorkerExecutorConfiguration
.
Trait Implementations
sourceimpl Clone for JobWorkerExecutorConfiguration
impl Clone for JobWorkerExecutorConfiguration
sourcefn clone(&self) -> JobWorkerExecutorConfiguration
fn clone(&self) -> JobWorkerExecutorConfiguration
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<JobWorkerExecutorConfiguration> for JobWorkerExecutorConfiguration
impl PartialEq<JobWorkerExecutorConfiguration> for JobWorkerExecutorConfiguration
sourcefn eq(&self, other: &JobWorkerExecutorConfiguration) -> bool
fn eq(&self, other: &JobWorkerExecutorConfiguration) -> bool
impl StructuralPartialEq for JobWorkerExecutorConfiguration
Auto Trait Implementations
impl RefUnwindSafe for JobWorkerExecutorConfiguration
impl Send for JobWorkerExecutorConfiguration
impl Sync for JobWorkerExecutorConfiguration
impl Unpin for JobWorkerExecutorConfiguration
impl UnwindSafe for JobWorkerExecutorConfiguration
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