Struct aws_sdk_connectcases::model::GetFieldResponse
source · [−]#[non_exhaustive]pub struct GetFieldResponse { /* private fields */ }
Expand description
Object to store detailed field information.
Implementations
sourceimpl 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.
sourceimpl GetFieldResponse
impl GetFieldResponse
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetFieldResponse
.
Trait Implementations
sourceimpl Clone for GetFieldResponse
impl Clone for GetFieldResponse
sourcefn clone(&self) -> GetFieldResponse
fn clone(&self) -> GetFieldResponse
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 GetFieldResponse
impl Debug for GetFieldResponse
sourceimpl PartialEq<GetFieldResponse> for GetFieldResponse
impl PartialEq<GetFieldResponse> for GetFieldResponse
sourcefn eq(&self, other: &GetFieldResponse) -> bool
fn eq(&self, other: &GetFieldResponse) -> bool
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
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