Struct aws_sdk_devopsguru::model::ServiceCollection
source · [−]#[non_exhaustive]pub struct ServiceCollection { /* private fields */ }
Expand description
A collection of the names of Amazon Web Services services.
Implementations
sourceimpl ServiceCollection
impl ServiceCollection
sourcepub fn service_names(&self) -> Option<&[ServiceName]>
pub fn service_names(&self) -> Option<&[ServiceName]>
An array of strings that each specifies the name of an Amazon Web Services service.
sourceimpl ServiceCollection
impl ServiceCollection
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ServiceCollection
.
Trait Implementations
sourceimpl Clone for ServiceCollection
impl Clone for ServiceCollection
sourcefn clone(&self) -> ServiceCollection
fn clone(&self) -> ServiceCollection
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 Debug for ServiceCollection
impl Debug for ServiceCollection
sourceimpl PartialEq<ServiceCollection> for ServiceCollection
impl PartialEq<ServiceCollection> for ServiceCollection
sourcefn eq(&self, other: &ServiceCollection) -> bool
fn eq(&self, other: &ServiceCollection) -> bool
impl StructuralPartialEq for ServiceCollection
Auto Trait Implementations
impl RefUnwindSafe for ServiceCollection
impl Send for ServiceCollection
impl Sync for ServiceCollection
impl Unpin for ServiceCollection
impl UnwindSafe for ServiceCollection
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