pub struct CommentReplyInsertForm {
pub recipient_id: PersonId,
pub comment_id: CommentId,
pub read: Option<bool>,
}Fields§
§recipient_id: PersonId§comment_id: CommentId§read: Option<bool>Auto Trait Implementations§
impl Freeze for CommentReplyInsertForm
impl RefUnwindSafe for CommentReplyInsertForm
impl Send for CommentReplyInsertForm
impl Sync for CommentReplyInsertForm
impl Unpin for CommentReplyInsertForm
impl UnsafeUnpin for CommentReplyInsertForm
impl UnwindSafe for CommentReplyInsertForm
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