pub struct PushBatchResponse {
pub succeed: bool,
pub message: Option<String>,
}Expand description
批量接收确认消息
Fields§
§succeed: bool§message: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for PushBatchResponse
impl Clone for PushBatchResponse
Source§fn clone(&self) -> PushBatchResponse
fn clone(&self) -> PushBatchResponse
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 PushBatchResponse
impl Debug for PushBatchResponse
Source§impl Default for PushBatchResponse
impl Default for PushBatchResponse
Source§fn default() -> PushBatchResponse
fn default() -> PushBatchResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PushBatchResponse
impl<'de> Deserialize<'de> for PushBatchResponse
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 Message for PushBatchResponse
impl Message for PushBatchResponse
Source§fn message_type(&self) -> MessageType
fn message_type(&self) -> MessageType
获取消息类型
Auto Trait Implementations§
impl Freeze for PushBatchResponse
impl RefUnwindSafe for PushBatchResponse
impl Send for PushBatchResponse
impl Sync for PushBatchResponse
impl Unpin for PushBatchResponse
impl UnsafeUnpin for PushBatchResponse
impl UnwindSafe for PushBatchResponse
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