#[non_exhaustive]pub struct UpdateDatastoreOutput { /* private fields */ }Implementations§
source§impl UpdateDatastoreOutput
 
impl UpdateDatastoreOutput
sourcepub fn builder() -> UpdateDatastoreOutputBuilder
 
pub fn builder() -> UpdateDatastoreOutputBuilder
Creates a new builder-style object to manufacture UpdateDatastoreOutput.
Trait Implementations§
source§impl Clone for UpdateDatastoreOutput
 
impl Clone for UpdateDatastoreOutput
source§fn clone(&self) -> UpdateDatastoreOutput
 
fn clone(&self) -> UpdateDatastoreOutput
Returns a copy 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 UpdateDatastoreOutput
 
impl Debug for UpdateDatastoreOutput
source§impl PartialEq<UpdateDatastoreOutput> for UpdateDatastoreOutput
 
impl PartialEq<UpdateDatastoreOutput> for UpdateDatastoreOutput
source§fn eq(&self, other: &UpdateDatastoreOutput) -> bool
 
fn eq(&self, other: &UpdateDatastoreOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateDatastoreOutput
 
impl RequestId for UpdateDatastoreOutput
source§fn request_id(&self) -> Option<&str>
 
fn request_id(&self) -> Option<&str>
Returns the request ID, or 
None if the service could not be reached.impl StructuralPartialEq for UpdateDatastoreOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateDatastoreOutput
impl Send for UpdateDatastoreOutput
impl Sync for UpdateDatastoreOutput
impl Unpin for UpdateDatastoreOutput
impl UnwindSafe for UpdateDatastoreOutput
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