pub struct StartSchemaCreationResponse {
pub status: Option<String>,
}
Fields§
§status: Option<String>
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.
Trait Implementations§
Source§impl Clone for StartSchemaCreationResponse
impl Clone for StartSchemaCreationResponse
Source§fn clone(&self) -> StartSchemaCreationResponse
fn clone(&self) -> StartSchemaCreationResponse
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 StartSchemaCreationResponse
impl Debug for StartSchemaCreationResponse
Source§impl Default for StartSchemaCreationResponse
impl Default for StartSchemaCreationResponse
Source§fn default() -> StartSchemaCreationResponse
fn default() -> StartSchemaCreationResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StartSchemaCreationResponse
impl<'de> Deserialize<'de> for StartSchemaCreationResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for StartSchemaCreationResponse
Auto Trait Implementations§
impl Freeze for StartSchemaCreationResponse
impl RefUnwindSafe for StartSchemaCreationResponse
impl Send for StartSchemaCreationResponse
impl Sync for StartSchemaCreationResponse
impl Unpin for StartSchemaCreationResponse
impl UnwindSafe for StartSchemaCreationResponse
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