pub struct FeedOutputConfig {
pub pubsub_destination: Option<PubsubDestination>,
}Expand description
Output configuration for asset feed destination.
This type is not used in any activity, and only used as part of another schema.
Fields§
§pubsub_destination: Option<PubsubDestination>Destination on Pub/Sub.
Trait Implementations§
Source§impl Clone for FeedOutputConfig
impl Clone for FeedOutputConfig
Source§fn clone(&self) -> FeedOutputConfig
fn clone(&self) -> FeedOutputConfig
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 FeedOutputConfig
impl Debug for FeedOutputConfig
Source§impl Default for FeedOutputConfig
impl Default for FeedOutputConfig
Source§fn default() -> FeedOutputConfig
fn default() -> FeedOutputConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FeedOutputConfig
impl<'de> Deserialize<'de> for FeedOutputConfig
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 Serialize for FeedOutputConfig
impl Serialize for FeedOutputConfig
impl Part for FeedOutputConfig
Auto Trait Implementations§
impl Freeze for FeedOutputConfig
impl RefUnwindSafe for FeedOutputConfig
impl Send for FeedOutputConfig
impl Sync for FeedOutputConfig
impl Unpin for FeedOutputConfig
impl UnwindSafe for FeedOutputConfig
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