Struct sf_api::gamestate::social::InboxEntry
source · pub struct InboxEntry {
pub msg_typ: MessageType,
pub from: String,
pub msg_id: i32,
pub title: String,
pub date: DateTime<Local>,
pub read: bool,
}
Fields§
§msg_typ: MessageType
§from: String
§msg_id: i32
§title: String
§date: DateTime<Local>
§read: bool
Trait Implementations§
source§impl Clone for InboxEntry
impl Clone for InboxEntry
source§fn clone(&self) -> InboxEntry
fn clone(&self) -> InboxEntry
Returns a copy 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 InboxEntry
impl Debug for InboxEntry
source§impl<'de> Deserialize<'de> for InboxEntry
impl<'de> Deserialize<'de> for InboxEntry
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 RefUnwindSafe for InboxEntry
impl Send for InboxEntry
impl Sync for InboxEntry
impl Unpin for InboxEntry
impl UnwindSafe for InboxEntry
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