Struct aws_sdk_workdocs::input::GetFolderPathInput
source · [−]#[non_exhaustive]pub struct GetFolderPathInput { /* private fields */ }
Implementations
sourceimpl GetFolderPathInput
impl GetFolderPathInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetFolderPath, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetFolderPath, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetFolderPath
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetFolderPathInput
.
sourceimpl GetFolderPathInput
impl GetFolderPathInput
sourcepub fn authentication_token(&self) -> Option<&str>
pub fn authentication_token(&self) -> Option<&str>
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
Trait Implementations
sourceimpl Clone for GetFolderPathInput
impl Clone for GetFolderPathInput
sourcefn clone(&self) -> GetFolderPathInput
fn clone(&self) -> GetFolderPathInput
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 GetFolderPathInput
impl Debug for GetFolderPathInput
sourceimpl PartialEq<GetFolderPathInput> for GetFolderPathInput
impl PartialEq<GetFolderPathInput> for GetFolderPathInput
sourcefn eq(&self, other: &GetFolderPathInput) -> bool
fn eq(&self, other: &GetFolderPathInput) -> bool
impl StructuralPartialEq for GetFolderPathInput
Auto Trait Implementations
impl RefUnwindSafe for GetFolderPathInput
impl Send for GetFolderPathInput
impl Sync for GetFolderPathInput
impl Unpin for GetFolderPathInput
impl UnwindSafe for GetFolderPathInput
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