pub struct PubSubAvroFormat { /* private fields */ }Expand description
Configuration for reading Cloud Storage data written via Cloud Storage subscriptions. The data and attributes fields of the originally exported Pub/Sub message will be restored when publishing.
This type is not used in any activity, and only used as part of another schema.
Trait Implementations§
Source§impl Clone for PubSubAvroFormat
impl Clone for PubSubAvroFormat
Source§fn clone(&self) -> PubSubAvroFormat
fn clone(&self) -> PubSubAvroFormat
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 PubSubAvroFormat
impl Debug for PubSubAvroFormat
Source§impl Default for PubSubAvroFormat
impl Default for PubSubAvroFormat
Source§fn default() -> PubSubAvroFormat
fn default() -> PubSubAvroFormat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PubSubAvroFormat
impl<'de> Deserialize<'de> for PubSubAvroFormat
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 PubSubAvroFormat
impl Serialize for PubSubAvroFormat
impl Part for PubSubAvroFormat
Auto Trait Implementations§
impl Freeze for PubSubAvroFormat
impl RefUnwindSafe for PubSubAvroFormat
impl Send for PubSubAvroFormat
impl Sync for PubSubAvroFormat
impl Unpin for PubSubAvroFormat
impl UnwindSafe for PubSubAvroFormat
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