pub struct GmailHistoryLabelAdded {
pub message: GmailMessageRef,
pub label_ids: Option<Vec<String>>,
}Fields§
§message: GmailMessageRef§label_ids: Option<Vec<String>>Trait Implementations§
Source§impl Debug for GmailHistoryLabelAdded
impl Debug for GmailHistoryLabelAdded
Source§impl<'de> Deserialize<'de> for GmailHistoryLabelAdded
impl<'de> Deserialize<'de> for GmailHistoryLabelAdded
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 GmailHistoryLabelAdded
impl RefUnwindSafe for GmailHistoryLabelAdded
impl Send for GmailHistoryLabelAdded
impl Sync for GmailHistoryLabelAdded
impl Unpin for GmailHistoryLabelAdded
impl UnsafeUnpin for GmailHistoryLabelAdded
impl UnwindSafe for GmailHistoryLabelAdded
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