pub struct CommentUser {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Source§impl Clone for CommentUser
impl Clone for CommentUser
Source§fn clone(&self) -> CommentUser
fn clone(&self) -> CommentUser
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CommentUser
impl Debug for CommentUser
Source§impl<'de> Deserialize<'de> for CommentUser
impl<'de> Deserialize<'de> for CommentUser
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 PartialEq for CommentUser
impl PartialEq for CommentUser
Source§impl Serialize for CommentUser
impl Serialize for CommentUser
impl StructuralPartialEq for CommentUser
Auto Trait Implementations§
impl Freeze for CommentUser
impl RefUnwindSafe for CommentUser
impl Send for CommentUser
impl Sync for CommentUser
impl Unpin for CommentUser
impl UnsafeUnpin for CommentUser
impl UnwindSafe for CommentUser
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