pub struct NetworkComment {
pub comment: CharString,
}Fields§
§comment: CharStringTrait Implementations§
Source§impl Clone for NetworkComment
impl Clone for NetworkComment
Source§fn clone(&self) -> NetworkComment
fn clone(&self) -> NetworkComment
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 NetworkComment
impl Debug for NetworkComment
Source§impl<'de> Deserialize<'de> for NetworkComment
impl<'de> Deserialize<'de> for NetworkComment
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 Display for NetworkComment
impl Display for NetworkComment
Source§impl PartialEq for NetworkComment
impl PartialEq for NetworkComment
Source§fn eq(&self, other: &NetworkComment) -> bool
fn eq(&self, other: &NetworkComment) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NetworkComment
impl Serialize for NetworkComment
impl StructuralPartialEq for NetworkComment
Auto Trait Implementations§
impl Freeze for NetworkComment
impl RefUnwindSafe for NetworkComment
impl Send for NetworkComment
impl Sync for NetworkComment
impl Unpin for NetworkComment
impl UnsafeUnpin for NetworkComment
impl UnwindSafe for NetworkComment
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