pub struct ThreadProjectUpdatedNotification {
pub project_id: Option<String>,
pub thread_id: String,
}Expand description
thread/project/updated — a thread’s project assignment changed.
Fields§
§project_id: Option<String>§thread_id: StringTrait Implementations§
Source§impl Clone for ThreadProjectUpdatedNotification
impl Clone for ThreadProjectUpdatedNotification
Source§fn clone(&self) -> ThreadProjectUpdatedNotification
fn clone(&self) -> ThreadProjectUpdatedNotification
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<'de> Deserialize<'de> for ThreadProjectUpdatedNotification
impl<'de> Deserialize<'de> for ThreadProjectUpdatedNotification
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 StructuralPartialEq for ThreadProjectUpdatedNotification
Auto Trait Implementations§
impl Freeze for ThreadProjectUpdatedNotification
impl RefUnwindSafe for ThreadProjectUpdatedNotification
impl Send for ThreadProjectUpdatedNotification
impl Sync for ThreadProjectUpdatedNotification
impl Unpin for ThreadProjectUpdatedNotification
impl UnsafeUnpin for ThreadProjectUpdatedNotification
impl UnwindSafe for ThreadProjectUpdatedNotification
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