pub struct RespMsgUnconsumerTopic {
pub id: u64,
pub status: MsgStatus,
pub topic: String,
pub msg: String,
}Fields§
§id: u64§status: MsgStatus§topic: String§msg: StringTrait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for RespMsgUnconsumerTopic
impl<'__de, __Context> BorrowDecode<'__de, __Context> for RespMsgUnconsumerTopic
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for RespMsgUnconsumerTopic
impl Clone for RespMsgUnconsumerTopic
Source§fn clone(&self) -> RespMsgUnconsumerTopic
fn clone(&self) -> RespMsgUnconsumerTopic
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 RespMsgUnconsumerTopic
impl Debug for RespMsgUnconsumerTopic
Source§impl<__Context> Decode<__Context> for RespMsgUnconsumerTopic
impl<__Context> Decode<__Context> for RespMsgUnconsumerTopic
Source§impl<'de> Deserialize<'de> for RespMsgUnconsumerTopic
impl<'de> Deserialize<'de> for RespMsgUnconsumerTopic
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 Encode for RespMsgUnconsumerTopic
impl Encode for RespMsgUnconsumerTopic
Auto Trait Implementations§
impl Freeze for RespMsgUnconsumerTopic
impl RefUnwindSafe for RespMsgUnconsumerTopic
impl Send for RespMsgUnconsumerTopic
impl Sync for RespMsgUnconsumerTopic
impl Unpin for RespMsgUnconsumerTopic
impl UnwindSafe for RespMsgUnconsumerTopic
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