pub struct EventNote {
pub noteable_type: Option<String>,
pub noteable_iid: Option<u64>,
pub body: Option<String>,
}Expand description
Note payload attached to commented on events.
Fields§
§noteable_type: Option<String>§noteable_iid: Option<u64>§body: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for EventNote
impl<'de> Deserialize<'de> for EventNote
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 EventNote
impl RefUnwindSafe for EventNote
impl Send for EventNote
impl Sync for EventNote
impl Unpin for EventNote
impl UnsafeUnpin for EventNote
impl UnwindSafe for EventNote
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