pub struct CommentUpdatedEvent {
pub id: usize,
pub user: String,
pub target: CommentTarget,
pub from: String,
pub to: String,
}
Fields§
§id: usize
§user: String
§target: CommentTarget
§from: String
§to: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommentUpdatedEvent
impl RefUnwindSafe for CommentUpdatedEvent
impl Send for CommentUpdatedEvent
impl Sync for CommentUpdatedEvent
impl Unpin for CommentUpdatedEvent
impl UnwindSafe for CommentUpdatedEvent
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