pub struct MessageSetting {
pub need_receipt: bool,
pub signal: u8,
}Expand description
消息设置
Fields§
§need_receipt: bool§signal: u8Implementations§
Trait Implementations§
Source§impl Clone for MessageSetting
impl Clone for MessageSetting
Source§fn clone(&self) -> MessageSetting
fn clone(&self) -> MessageSetting
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 MessageSetting
impl Debug for MessageSetting
Source§impl Default for MessageSetting
impl Default for MessageSetting
Source§fn default() -> MessageSetting
fn default() -> MessageSetting
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MessageSetting
impl<'de> Deserialize<'de> for MessageSetting
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 MessageSetting
impl RefUnwindSafe for MessageSetting
impl Send for MessageSetting
impl Sync for MessageSetting
impl Unpin for MessageSetting
impl UnsafeUnpin for MessageSetting
impl UnwindSafe for MessageSetting
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