pub struct SseDescription {
pub status: String,
pub sse_type: Option<String>,
pub kms_master_key_arn: Option<String>,
}Expand description
SSE description returned in TableDescription.
Fields§
§status: String§sse_type: Option<String>§kms_master_key_arn: Option<String>Trait Implementations§
Source§impl Clone for SseDescription
impl Clone for SseDescription
Source§fn clone(&self) -> SseDescription
fn clone(&self) -> SseDescription
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 SseDescription
impl Debug for SseDescription
Source§impl Default for SseDescription
impl Default for SseDescription
Source§fn default() -> SseDescription
fn default() -> SseDescription
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SseDescription
impl<'de> Deserialize<'de> for SseDescription
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
Auto Trait Implementations§
impl Freeze for SseDescription
impl RefUnwindSafe for SseDescription
impl Send for SseDescription
impl Sync for SseDescription
impl Unpin for SseDescription
impl UnsafeUnpin for SseDescription
impl UnwindSafe for SseDescription
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