pub struct EsiMailLabels {
pub total_unread_count: i32,
pub labels: Vec<EsiMailLabel>,
}Expand description
Character mail labels.
Fields§
§total_unread_count: i32§labels: Vec<EsiMailLabel>Trait Implementations§
Source§impl Clone for EsiMailLabels
impl Clone for EsiMailLabels
Source§fn clone(&self) -> EsiMailLabels
fn clone(&self) -> EsiMailLabels
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 EsiMailLabels
impl Debug for EsiMailLabels
Source§impl<'de> Deserialize<'de> for EsiMailLabels
impl<'de> Deserialize<'de> for EsiMailLabels
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 EsiMailLabels
impl RefUnwindSafe for EsiMailLabels
impl Send for EsiMailLabels
impl Sync for EsiMailLabels
impl Unpin for EsiMailLabels
impl UnsafeUnpin for EsiMailLabels
impl UnwindSafe for EsiMailLabels
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