pub struct StreamSinkInOneOf6 {
pub config: Box<RedshiftConfig>,
pub type: Type,
}
Fields§
§config: Box<RedshiftConfig>
§type: Type
Implementations§
Source§impl StreamSinkInOneOf6
impl StreamSinkInOneOf6
pub fn new(config: RedshiftConfig, type: Type) -> StreamSinkInOneOf6
Trait Implementations§
Source§impl Clone for StreamSinkInOneOf6
impl Clone for StreamSinkInOneOf6
Source§fn clone(&self) -> StreamSinkInOneOf6
fn clone(&self) -> StreamSinkInOneOf6
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 StreamSinkInOneOf6
impl Debug for StreamSinkInOneOf6
Source§impl Default for StreamSinkInOneOf6
impl Default for StreamSinkInOneOf6
Source§fn default() -> StreamSinkInOneOf6
fn default() -> StreamSinkInOneOf6
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StreamSinkInOneOf6
impl<'de> Deserialize<'de> for StreamSinkInOneOf6
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
Source§impl PartialEq for StreamSinkInOneOf6
impl PartialEq for StreamSinkInOneOf6
Source§impl Serialize for StreamSinkInOneOf6
impl Serialize for StreamSinkInOneOf6
impl StructuralPartialEq for StreamSinkInOneOf6
Auto Trait Implementations§
impl Freeze for StreamSinkInOneOf6
impl RefUnwindSafe for StreamSinkInOneOf6
impl Send for StreamSinkInOneOf6
impl Sync for StreamSinkInOneOf6
impl Unpin for StreamSinkInOneOf6
impl UnwindSafe for StreamSinkInOneOf6
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