Struct aws_sdk_memorydb::model::ServiceUpdateRequest
source · [−]#[non_exhaustive]pub struct ServiceUpdateRequest { /* private fields */ }Expand description
A request to apply a service update
Implementations
sourceimpl ServiceUpdateRequest
impl ServiceUpdateRequest
sourcepub fn service_update_name_to_apply(&self) -> Option<&str>
pub fn service_update_name_to_apply(&self) -> Option<&str>
The unique ID of the service update
sourceimpl ServiceUpdateRequest
impl ServiceUpdateRequest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ServiceUpdateRequest.
Trait Implementations
sourceimpl Clone for ServiceUpdateRequest
impl Clone for ServiceUpdateRequest
sourcefn clone(&self) -> ServiceUpdateRequest
fn clone(&self) -> ServiceUpdateRequest
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 ServiceUpdateRequest
impl Debug for ServiceUpdateRequest
sourceimpl PartialEq<ServiceUpdateRequest> for ServiceUpdateRequest
impl PartialEq<ServiceUpdateRequest> for ServiceUpdateRequest
sourcefn eq(&self, other: &ServiceUpdateRequest) -> bool
fn eq(&self, other: &ServiceUpdateRequest) -> bool
impl StructuralPartialEq for ServiceUpdateRequest
Auto Trait Implementations
impl RefUnwindSafe for ServiceUpdateRequest
impl Send for ServiceUpdateRequest
impl Sync for ServiceUpdateRequest
impl Unpin for ServiceUpdateRequest
impl UnwindSafe for ServiceUpdateRequest
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