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