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