pub struct UnreadCount {
pub target: Address,
pub unread: u32,
}Expand description
Answers an UnreadCountRequest.
Fields§
§target: Address§unread: u32Implementations§
Trait Implementations§
Source§impl Clone for UnreadCount
impl Clone for UnreadCount
Source§impl Debug for UnreadCount
impl Debug for UnreadCount
Source§impl<'de> Deserialize<'de> for UnreadCount
impl<'de> Deserialize<'de> for UnreadCount
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 Eq for UnreadCount
Source§impl PartialEq for UnreadCount
impl PartialEq for UnreadCount
Source§impl Serialize for UnreadCount
impl Serialize for UnreadCount
impl StructuralPartialEq for UnreadCount
Auto Trait Implementations§
impl Freeze for UnreadCount
impl RefUnwindSafe for UnreadCount
impl Send for UnreadCount
impl Sync for UnreadCount
impl Unpin for UnreadCount
impl UnsafeUnpin for UnreadCount
impl UnwindSafe for UnreadCount
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