#[non_exhaustive]pub struct UpdateFolderInput { /* private fields */ }Implementations§
source§impl UpdateFolderInput
impl UpdateFolderInput
sourcepub fn builder() -> UpdateFolderInputBuilder
pub fn builder() -> UpdateFolderInputBuilder
Creates a new builder-style object to manufacture UpdateFolderInput.
source§impl UpdateFolderInput
impl UpdateFolderInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateFolder, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateFolder, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateFolder>
Trait Implementations§
source§impl Clone for UpdateFolderInput
impl Clone for UpdateFolderInput
source§fn clone(&self) -> UpdateFolderInput
fn clone(&self) -> UpdateFolderInput
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 UpdateFolderInput
impl Debug for UpdateFolderInput
source§impl PartialEq<UpdateFolderInput> for UpdateFolderInput
impl PartialEq<UpdateFolderInput> for UpdateFolderInput
source§fn eq(&self, other: &UpdateFolderInput) -> bool
fn eq(&self, other: &UpdateFolderInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateFolderInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateFolderInput
impl Send for UpdateFolderInput
impl Sync for UpdateFolderInput
impl Unpin for UpdateFolderInput
impl UnwindSafe for UpdateFolderInput
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