pub struct GetAppliedSchemaVersionRequest {
pub schema_arn: String,
}Fields§
§schema_arn: StringThe ARN of the applied schema.
Trait Implementations§
Source§impl Clone for GetAppliedSchemaVersionRequest
impl Clone for GetAppliedSchemaVersionRequest
Source§fn clone(&self) -> GetAppliedSchemaVersionRequest
fn clone(&self) -> GetAppliedSchemaVersionRequest
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 Default for GetAppliedSchemaVersionRequest
impl Default for GetAppliedSchemaVersionRequest
Source§fn default() -> GetAppliedSchemaVersionRequest
fn default() -> GetAppliedSchemaVersionRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetAppliedSchemaVersionRequest
impl PartialEq for GetAppliedSchemaVersionRequest
Source§fn eq(&self, other: &GetAppliedSchemaVersionRequest) -> bool
fn eq(&self, other: &GetAppliedSchemaVersionRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetAppliedSchemaVersionRequest
Auto Trait Implementations§
impl Freeze for GetAppliedSchemaVersionRequest
impl RefUnwindSafe for GetAppliedSchemaVersionRequest
impl Send for GetAppliedSchemaVersionRequest
impl Sync for GetAppliedSchemaVersionRequest
impl Unpin for GetAppliedSchemaVersionRequest
impl UnwindSafe for GetAppliedSchemaVersionRequest
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