#[non_exhaustive]pub struct SchedulingPolicyListingDetail { /* private fields */ }
Expand description
An object that contains the details of a scheduling policy that's returned in a ListSchedulingPolicy
action.
Implementations§
source§impl SchedulingPolicyListingDetail
impl SchedulingPolicyListingDetail
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SchedulingPolicyListingDetail
.
Trait Implementations§
source§impl Clone for SchedulingPolicyListingDetail
impl Clone for SchedulingPolicyListingDetail
source§fn clone(&self) -> SchedulingPolicyListingDetail
fn clone(&self) -> SchedulingPolicyListingDetail
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more