pub struct KeySchemaElement {
pub attribute_name: String,
pub key_type: String,
}Fields§
§attribute_name: String§key_type: StringTrait Implementations§
Source§impl Clone for KeySchemaElement
impl Clone for KeySchemaElement
Source§fn clone(&self) -> KeySchemaElement
fn clone(&self) -> KeySchemaElement
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for KeySchemaElement
impl RefUnwindSafe for KeySchemaElement
impl Send for KeySchemaElement
impl Sync for KeySchemaElement
impl Unpin for KeySchemaElement
impl UnsafeUnpin for KeySchemaElement
impl UnwindSafe for KeySchemaElement
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