Struct aws_sdk_glue::model::SchemaVersionNumber
source ·
[−]#[non_exhaustive]pub struct SchemaVersionNumber {
pub latest_version: bool,
pub version_number: i64,
}
Expand description
A structure containing the schema version information.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.latest_version: bool
The latest version available for the schema.
version_number: i64
The version number of the schema.
Implementations
The latest version available for the schema.
The version number of the schema.
Creates a new builder-style object to manufacture SchemaVersionNumber
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SchemaVersionNumber
impl Send for SchemaVersionNumber
impl Sync for SchemaVersionNumber
impl Unpin for SchemaVersionNumber
impl UnwindSafe for SchemaVersionNumber
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more