#[non_exhaustive]pub struct DescribeClientBrandingInput { /* private fields */ }Implementations
sourceimpl DescribeClientBrandingInput
impl DescribeClientBrandingInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeClientBranding, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeClientBranding, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeClientBranding>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeClientBrandingInput.
sourceimpl DescribeClientBrandingInput
impl DescribeClientBrandingInput
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The directory identifier of the WorkSpace for which you want to view client branding information.
Trait Implementations
sourceimpl Clone for DescribeClientBrandingInput
impl Clone for DescribeClientBrandingInput
sourcefn clone(&self) -> DescribeClientBrandingInput
fn clone(&self) -> DescribeClientBrandingInput
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 DescribeClientBrandingInput
impl Debug for DescribeClientBrandingInput
sourceimpl PartialEq<DescribeClientBrandingInput> for DescribeClientBrandingInput
impl PartialEq<DescribeClientBrandingInput> for DescribeClientBrandingInput
sourcefn eq(&self, other: &DescribeClientBrandingInput) -> bool
fn eq(&self, other: &DescribeClientBrandingInput) -> bool
impl StructuralPartialEq for DescribeClientBrandingInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeClientBrandingInput
impl Send for DescribeClientBrandingInput
impl Sync for DescribeClientBrandingInput
impl Unpin for DescribeClientBrandingInput
impl UnwindSafe for DescribeClientBrandingInput
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