pub struct EsiNewMailLabel {
pub name: String,
pub color: Option<String>,
}Expand description
Body for creating a mail label.
Fields§
§name: String§color: Option<String>Trait Implementations§
Source§impl Clone for EsiNewMailLabel
impl Clone for EsiNewMailLabel
Source§fn clone(&self) -> EsiNewMailLabel
fn clone(&self) -> EsiNewMailLabel
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 EsiNewMailLabel
impl Debug for EsiNewMailLabel
Auto Trait Implementations§
impl Freeze for EsiNewMailLabel
impl RefUnwindSafe for EsiNewMailLabel
impl Send for EsiNewMailLabel
impl Sync for EsiNewMailLabel
impl Unpin for EsiNewMailLabel
impl UnsafeUnpin for EsiNewMailLabel
impl UnwindSafe for EsiNewMailLabel
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