pub struct MarkNotificationReadResponse {
pub ok: bool,
}Expand description
MarkNotificationReadResponse model.
Fields§
§ok: boolTrait Implementations§
Source§impl Clone for MarkNotificationReadResponse
impl Clone for MarkNotificationReadResponse
Source§fn clone(&self) -> MarkNotificationReadResponse
fn clone(&self) -> MarkNotificationReadResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MarkNotificationReadResponse
impl Debug for MarkNotificationReadResponse
Source§impl Default for MarkNotificationReadResponse
impl Default for MarkNotificationReadResponse
Source§fn default() -> MarkNotificationReadResponse
fn default() -> MarkNotificationReadResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MarkNotificationReadResponse
impl<'de> Deserialize<'de> for MarkNotificationReadResponse
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
impl StructuralPartialEq for MarkNotificationReadResponse
Auto Trait Implementations§
impl Freeze for MarkNotificationReadResponse
impl RefUnwindSafe for MarkNotificationReadResponse
impl Send for MarkNotificationReadResponse
impl Sync for MarkNotificationReadResponse
impl Unpin for MarkNotificationReadResponse
impl UnsafeUnpin for MarkNotificationReadResponse
impl UnwindSafe for MarkNotificationReadResponse
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