pub struct ModifyVpcEndpointServiceConfigurationResult {
pub return_: Option<bool>,
}Fields§
§return_: Option<bool>Returns true if the request succeeds; otherwise, it returns an error.
Trait Implementations§
Source§impl Clone for ModifyVpcEndpointServiceConfigurationResult
impl Clone for ModifyVpcEndpointServiceConfigurationResult
Source§fn clone(&self) -> ModifyVpcEndpointServiceConfigurationResult
fn clone(&self) -> ModifyVpcEndpointServiceConfigurationResult
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 ModifyVpcEndpointServiceConfigurationResult
impl Default for ModifyVpcEndpointServiceConfigurationResult
Source§fn default() -> ModifyVpcEndpointServiceConfigurationResult
fn default() -> ModifyVpcEndpointServiceConfigurationResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for ModifyVpcEndpointServiceConfigurationResult
impl PartialEq for ModifyVpcEndpointServiceConfigurationResult
Source§fn eq(&self, other: &ModifyVpcEndpointServiceConfigurationResult) -> bool
fn eq(&self, other: &ModifyVpcEndpointServiceConfigurationResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModifyVpcEndpointServiceConfigurationResult
Auto Trait Implementations§
impl Freeze for ModifyVpcEndpointServiceConfigurationResult
impl RefUnwindSafe for ModifyVpcEndpointServiceConfigurationResult
impl Send for ModifyVpcEndpointServiceConfigurationResult
impl Sync for ModifyVpcEndpointServiceConfigurationResult
impl Unpin for ModifyVpcEndpointServiceConfigurationResult
impl UnwindSafe for ModifyVpcEndpointServiceConfigurationResult
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