pub struct CommentPayload {
pub text: String,
}Fields§
§text: StringTrait Implementations§
Source§impl Clone for CommentPayload
impl Clone for CommentPayload
Source§fn clone(&self) -> CommentPayload
fn clone(&self) -> CommentPayload
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 CommentPayload
impl Debug for CommentPayload
Source§impl PartialEq for CommentPayload
impl PartialEq for CommentPayload
impl Eq for CommentPayload
impl StructuralPartialEq for CommentPayload
Auto Trait Implementations§
impl Freeze for CommentPayload
impl RefUnwindSafe for CommentPayload
impl Send for CommentPayload
impl Sync for CommentPayload
impl Unpin for CommentPayload
impl UnsafeUnpin for CommentPayload
impl UnwindSafe for CommentPayload
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