Struct aws_sdk_quicksight::output::DescribeFolderOutput
source · [−]#[non_exhaustive]pub struct DescribeFolderOutput { /* private fields */ }Implementations
sourceimpl DescribeFolderOutput
impl DescribeFolderOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeFolderOutput.
Trait Implementations
sourceimpl Clone for DescribeFolderOutput
impl Clone for DescribeFolderOutput
sourcefn clone(&self) -> DescribeFolderOutput
fn clone(&self) -> DescribeFolderOutput
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 DescribeFolderOutput
impl Debug for DescribeFolderOutput
sourceimpl PartialEq<DescribeFolderOutput> for DescribeFolderOutput
impl PartialEq<DescribeFolderOutput> for DescribeFolderOutput
sourcefn eq(&self, other: &DescribeFolderOutput) -> bool
fn eq(&self, other: &DescribeFolderOutput) -> bool
impl StructuralPartialEq for DescribeFolderOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeFolderOutput
impl Send for DescribeFolderOutput
impl Sync for DescribeFolderOutput
impl Unpin for DescribeFolderOutput
impl UnwindSafe for DescribeFolderOutput
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