pub struct ServiceTypeDetail {
pub service_type: Option<String>,
}Expand description
Describes the type of service for a VPC endpoint.
Fields§
§service_type: Option<String>The type of service.
Trait Implementations§
Source§impl Clone for ServiceTypeDetail
impl Clone for ServiceTypeDetail
Source§fn clone(&self) -> ServiceTypeDetail
fn clone(&self) -> ServiceTypeDetail
Returns a duplicate 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 moreSource§impl Debug for ServiceTypeDetail
impl Debug for ServiceTypeDetail
Source§impl Default for ServiceTypeDetail
impl Default for ServiceTypeDetail
Source§fn default() -> ServiceTypeDetail
fn default() -> ServiceTypeDetail
Returns the “default value” for a type. Read more
Source§impl PartialEq for ServiceTypeDetail
impl PartialEq for ServiceTypeDetail
impl StructuralPartialEq for ServiceTypeDetail
Auto Trait Implementations§
impl Freeze for ServiceTypeDetail
impl RefUnwindSafe for ServiceTypeDetail
impl Send for ServiceTypeDetail
impl Sync for ServiceTypeDetail
impl Unpin for ServiceTypeDetail
impl UnwindSafe for ServiceTypeDetail
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more