#[non_exhaustive]pub struct PubsubWrapper { /* private fields */ }Expand description
The payload to the push endpoint is in the form of the JSON representation of a PubsubMessage (https://cloud.google.com/pubsub/docs/reference/rpc/google.pubsub.v1#pubsubmessage).
Implementations§
Source§impl PubsubWrapper
impl PubsubWrapper
Trait Implementations§
Source§impl Clone for PubsubWrapper
impl Clone for PubsubWrapper
Source§fn clone(&self) -> PubsubWrapper
fn clone(&self) -> PubsubWrapper
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 PubsubWrapper
impl Debug for PubsubWrapper
Source§impl Default for PubsubWrapper
impl Default for PubsubWrapper
Source§fn default() -> PubsubWrapper
fn default() -> PubsubWrapper
Returns the “default value” for a type. Read more
Source§impl Message for PubsubWrapper
impl Message for PubsubWrapper
Source§impl PartialEq for PubsubWrapper
impl PartialEq for PubsubWrapper
impl StructuralPartialEq for PubsubWrapper
Auto Trait Implementations§
impl Freeze for PubsubWrapper
impl RefUnwindSafe for PubsubWrapper
impl Send for PubsubWrapper
impl Sync for PubsubWrapper
impl Unpin for PubsubWrapper
impl UnwindSafe for PubsubWrapper
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request