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