pub struct DocSubscribeResponse {
pub event: LiveEvent,
}
Available on crate feature
rpc
only.Expand description
Response to DocSubscribeRequest
Fields§
§event: LiveEvent
The event that occurred on the document
Trait Implementations§
Source§impl Debug for DocSubscribeResponse
impl Debug for DocSubscribeResponse
Source§impl<'de> Deserialize<'de> for DocSubscribeResponse
impl<'de> Deserialize<'de> for DocSubscribeResponse
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 DocSubscribeResponse
impl RefUnwindSafe for DocSubscribeResponse
impl Send for DocSubscribeResponse
impl Sync for DocSubscribeResponse
impl Unpin for DocSubscribeResponse
impl UnwindSafe for DocSubscribeResponse
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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