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