Struct aws_sdk_config::model::FieldInfo
source · [−]#[non_exhaustive]pub struct FieldInfo { /* private fields */ }Expand description
Details about the fields such as name of the field.
Implementations
Trait Implementations
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
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