pub struct DecryptedComment {
pub comment: String,
pub nickname: Option<String>,
}Fields§
§comment: String§nickname: Option<String>Trait Implementations§
Source§impl Debug for DecryptedComment
impl Debug for DecryptedComment
Source§impl Default for DecryptedComment
impl Default for DecryptedComment
Source§fn default() -> DecryptedComment
fn default() -> DecryptedComment
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DecryptedComment
impl<'de> Deserialize<'de> for DecryptedComment
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
Auto Trait Implementations§
impl Freeze for DecryptedComment
impl RefUnwindSafe for DecryptedComment
impl Send for DecryptedComment
impl Sync for DecryptedComment
impl Unpin for DecryptedComment
impl UnsafeUnpin for DecryptedComment
impl UnwindSafe for DecryptedComment
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