#[non_exhaustive]pub struct GetMulticloudDataTransferSupportedServiceRequest {
pub name: String,
/* private fields */
}Expand description
Request message to check if a service in your project in a region is eligible for Data Transfer Essentials configuration.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.name: StringRequired. The name of the service.
Implementations§
Trait Implementations§
Source§impl Clone for GetMulticloudDataTransferSupportedServiceRequest
impl Clone for GetMulticloudDataTransferSupportedServiceRequest
Source§fn clone(&self) -> GetMulticloudDataTransferSupportedServiceRequest
fn clone(&self) -> GetMulticloudDataTransferSupportedServiceRequest
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 Default for GetMulticloudDataTransferSupportedServiceRequest
impl Default for GetMulticloudDataTransferSupportedServiceRequest
Source§fn default() -> GetMulticloudDataTransferSupportedServiceRequest
fn default() -> GetMulticloudDataTransferSupportedServiceRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetMulticloudDataTransferSupportedServiceRequest
impl PartialEq for GetMulticloudDataTransferSupportedServiceRequest
Source§fn eq(&self, other: &GetMulticloudDataTransferSupportedServiceRequest) -> bool
fn eq(&self, other: &GetMulticloudDataTransferSupportedServiceRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetMulticloudDataTransferSupportedServiceRequest
Auto Trait Implementations§
impl Freeze for GetMulticloudDataTransferSupportedServiceRequest
impl RefUnwindSafe for GetMulticloudDataTransferSupportedServiceRequest
impl Send for GetMulticloudDataTransferSupportedServiceRequest
impl Sync for GetMulticloudDataTransferSupportedServiceRequest
impl Unpin for GetMulticloudDataTransferSupportedServiceRequest
impl UnwindSafe for GetMulticloudDataTransferSupportedServiceRequest
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