pub struct NoWrapper {
pub write_metadata: Option<bool>,
}Expand description
Sets the data field as the HTTP body for delivery.
This type is not used in any activity, and only used as part of another schema.
Fields§
§write_metadata: Option<bool>Optional. When true, writes the Pub/Sub message metadata to x-goog-pubsub-: headers of the HTTP request. Writes the Pub/Sub message attributes to : headers of the HTTP request.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for NoWrapper
impl<'de> Deserialize<'de> for NoWrapper
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 Part for NoWrapper
Auto Trait Implementations§
impl Freeze for NoWrapper
impl RefUnwindSafe for NoWrapper
impl Send for NoWrapper
impl Sync for NoWrapper
impl Unpin for NoWrapper
impl UnwindSafe for NoWrapper
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