pub struct JoinResponsePayload {
pub response: PostgresChangesList,
pub status: PayloadStatus,
}Fields§
§response: PostgresChangesList§status: PayloadStatusTrait Implementations§
Source§impl Clone for JoinResponsePayload
impl Clone for JoinResponsePayload
Source§fn clone(&self) -> JoinResponsePayload
fn clone(&self) -> JoinResponsePayload
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 JoinResponsePayload
impl Debug for JoinResponsePayload
Source§impl<'de> Deserialize<'de> for JoinResponsePayload
impl<'de> Deserialize<'de> for JoinResponsePayload
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
Auto Trait Implementations§
impl Freeze for JoinResponsePayload
impl RefUnwindSafe for JoinResponsePayload
impl Send for JoinResponsePayload
impl Sync for JoinResponsePayload
impl Unpin for JoinResponsePayload
impl UnwindSafe for JoinResponsePayload
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