pub struct DocumentDbOutputDataSource {
pub properties: Option<DocumentDbOutputDataSourceProperties>,
}Expand description
Describes a DocumentDB output data source.
Fields§
§properties: Option<DocumentDbOutputDataSourceProperties>The properties that are associated with a DocumentDB output.
Implementations§
Trait Implementations§
Source§impl Clone for DocumentDbOutputDataSource
impl Clone for DocumentDbOutputDataSource
Source§fn clone(&self) -> DocumentDbOutputDataSource
fn clone(&self) -> DocumentDbOutputDataSource
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 DocumentDbOutputDataSource
impl Debug for DocumentDbOutputDataSource
Source§impl<'de> Deserialize<'de> for DocumentDbOutputDataSource
impl<'de> Deserialize<'de> for DocumentDbOutputDataSource
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
impl StructuralPartialEq for DocumentDbOutputDataSource
Auto Trait Implementations§
impl Freeze for DocumentDbOutputDataSource
impl RefUnwindSafe for DocumentDbOutputDataSource
impl Send for DocumentDbOutputDataSource
impl Sync for DocumentDbOutputDataSource
impl Unpin for DocumentDbOutputDataSource
impl UnwindSafe for DocumentDbOutputDataSource
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