Struct aws_sdk_ec2::model::ServiceTypeDetail
source · [−]#[non_exhaustive]pub struct ServiceTypeDetail { /* private fields */ }
Expand description
Describes the type of service for a VPC endpoint.
Implementations
sourceimpl ServiceTypeDetail
impl ServiceTypeDetail
sourcepub fn service_type(&self) -> Option<&ServiceType>
pub fn service_type(&self) -> Option<&ServiceType>
The type of service.
sourceimpl ServiceTypeDetail
impl ServiceTypeDetail
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ServiceTypeDetail
.
Trait Implementations
sourceimpl Clone for ServiceTypeDetail
impl Clone for ServiceTypeDetail
sourcefn clone(&self) -> ServiceTypeDetail
fn clone(&self) -> ServiceTypeDetail
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 ServiceTypeDetail
impl Debug for ServiceTypeDetail
sourceimpl PartialEq<ServiceTypeDetail> for ServiceTypeDetail
impl PartialEq<ServiceTypeDetail> for ServiceTypeDetail
sourcefn eq(&self, other: &ServiceTypeDetail) -> bool
fn eq(&self, other: &ServiceTypeDetail) -> bool
impl StructuralPartialEq for ServiceTypeDetail
Auto Trait Implementations
impl RefUnwindSafe for ServiceTypeDetail
impl Send for ServiceTypeDetail
impl Sync for ServiceTypeDetail
impl Unpin for ServiceTypeDetail
impl UnwindSafe for ServiceTypeDetail
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