Struct aws_sdk_connectcases::model::FieldItem
source · [−]#[non_exhaustive]pub struct FieldItem { /* private fields */ }
Expand description
Object for field related information.
Implementations
Trait Implementations
impl StructuralPartialEq for FieldItem
Auto Trait Implementations
impl RefUnwindSafe for FieldItem
impl Send for FieldItem
impl Sync for FieldItem
impl Unpin for FieldItem
impl UnwindSafe for FieldItem
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