pub struct UpdateSchemaRequest {
pub name: String,
pub schema_arn: String,
}Fields§
§name: StringThe name of the schema.
schema_arn: StringThe Amazon Resource Name (ARN) of the development schema. For more information, see arns.
Trait Implementations§
Source§impl Clone for UpdateSchemaRequest
impl Clone for UpdateSchemaRequest
Source§fn clone(&self) -> UpdateSchemaRequest
fn clone(&self) -> UpdateSchemaRequest
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 moreSource§impl Debug for UpdateSchemaRequest
impl Debug for UpdateSchemaRequest
Source§impl Default for UpdateSchemaRequest
impl Default for UpdateSchemaRequest
Source§fn default() -> UpdateSchemaRequest
fn default() -> UpdateSchemaRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateSchemaRequest
impl PartialEq for UpdateSchemaRequest
Source§impl Serialize for UpdateSchemaRequest
impl Serialize for UpdateSchemaRequest
impl StructuralPartialEq for UpdateSchemaRequest
Auto Trait Implementations§
impl Freeze for UpdateSchemaRequest
impl RefUnwindSafe for UpdateSchemaRequest
impl Send for UpdateSchemaRequest
impl Sync for UpdateSchemaRequest
impl Unpin for UpdateSchemaRequest
impl UnwindSafe for UpdateSchemaRequest
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