Struct aws_sdk_config::types::FieldInfo
source · #[non_exhaustive]pub struct FieldInfo { /* private fields */ }Expand description
Details about the fields such as name of the field.
Implementations§
Trait Implementations§
source§impl PartialEq<FieldInfo> for FieldInfo
impl PartialEq<FieldInfo> for FieldInfo
impl StructuralPartialEq for FieldInfo
Auto Trait Implementations§
impl RefUnwindSafe for FieldInfo
impl Send for FieldInfo
impl Sync for FieldInfo
impl Unpin for FieldInfo
impl UnwindSafe for FieldInfo
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