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