Struct aws_sdk_connectcases::types::GetFieldResponse
source · #[non_exhaustive]pub struct GetFieldResponse { /* private fields */ }
Expand description
Object to store detailed field information.
Implementations§
source§impl GetFieldResponse
impl GetFieldResponse
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
Description of the field.
sourcepub fn namespace(&self) -> Option<&FieldNamespace>
pub fn namespace(&self) -> Option<&FieldNamespace>
Namespace of the field.
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
source§impl GetFieldResponse
impl GetFieldResponse
sourcepub fn builder() -> GetFieldResponseBuilder
pub fn builder() -> GetFieldResponseBuilder
Creates a new builder-style object to manufacture GetFieldResponse
.
Trait Implementations§
source§impl Clone for GetFieldResponse
impl Clone for GetFieldResponse
source§fn clone(&self) -> GetFieldResponse
fn clone(&self) -> GetFieldResponse
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 GetFieldResponse
impl Debug for GetFieldResponse
source§impl PartialEq<GetFieldResponse> for GetFieldResponse
impl PartialEq<GetFieldResponse> for GetFieldResponse
source§fn eq(&self, other: &GetFieldResponse) -> bool
fn eq(&self, other: &GetFieldResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetFieldResponse
Auto Trait Implementations§
impl RefUnwindSafe for GetFieldResponse
impl Send for GetFieldResponse
impl Sync for GetFieldResponse
impl Unpin for GetFieldResponse
impl UnwindSafe for GetFieldResponse
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