pub struct DescribeModelInput {
pub model_name: String,
}
Fields§
§model_name: String
The name of the model.
Trait Implementations§
Source§impl Clone for DescribeModelInput
impl Clone for DescribeModelInput
Source§fn clone(&self) -> DescribeModelInput
fn clone(&self) -> DescribeModelInput
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 DescribeModelInput
impl Debug for DescribeModelInput
Source§impl Default for DescribeModelInput
impl Default for DescribeModelInput
Source§fn default() -> DescribeModelInput
fn default() -> DescribeModelInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeModelInput
impl PartialEq for DescribeModelInput
Source§impl Serialize for DescribeModelInput
impl Serialize for DescribeModelInput
impl StructuralPartialEq for DescribeModelInput
Auto Trait Implementations§
impl Freeze for DescribeModelInput
impl RefUnwindSafe for DescribeModelInput
impl Send for DescribeModelInput
impl Sync for DescribeModelInput
impl Unpin for DescribeModelInput
impl UnwindSafe for DescribeModelInput
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