pub struct NoteDeleted {}Expand description
Payload for NOTE_DELETED events.
Trait Implementations§
Source§impl Clone for NoteDeleted
impl Clone for NoteDeleted
Source§fn clone(&self) -> NoteDeleted
fn clone(&self) -> NoteDeleted
Returns a duplicate of the value. Read more
1.0.0 · 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 NoteDeleted
impl Debug for NoteDeleted
Source§impl<'de> Deserialize<'de> for NoteDeleted
impl<'de> Deserialize<'de> for NoteDeleted
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
Source§impl EventPayload for NoteDeleted
impl EventPayload for NoteDeleted
Auto Trait Implementations§
impl Freeze for NoteDeleted
impl RefUnwindSafe for NoteDeleted
impl Send for NoteDeleted
impl Sync for NoteDeleted
impl Unpin for NoteDeleted
impl UnwindSafe for NoteDeleted
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