pub enum SendMsgControl {
NoUnread,
NoLastMsg,
WithMuteNotifications,
}
Variants§
Trait Implementations§
Source§impl Debug for SendMsgControl
impl Debug for SendMsgControl
Source§impl<'de> Deserialize<'de> for SendMsgControl
impl<'de> Deserialize<'de> for SendMsgControl
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 PartialEq for SendMsgControl
impl PartialEq for SendMsgControl
Source§impl Serialize for SendMsgControl
impl Serialize for SendMsgControl
impl StructuralPartialEq for SendMsgControl
Auto Trait Implementations§
impl Freeze for SendMsgControl
impl RefUnwindSafe for SendMsgControl
impl Send for SendMsgControl
impl Sync for SendMsgControl
impl Unpin for SendMsgControl
impl UnwindSafe for SendMsgControl
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