pub struct CommentPostView {
pub status: Status,
}
Fields§
§status: Status
Trait Implementations§
Source§impl Clone for CommentPostView
impl Clone for CommentPostView
Source§fn clone(&self) -> CommentPostView
fn clone(&self) -> CommentPostView
Returns a copy 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 CommentPostView
impl Debug for CommentPostView
Source§impl Default for CommentPostView
impl Default for CommentPostView
Source§fn default() -> CommentPostView
fn default() -> CommentPostView
Returns the “default value” for a type. Read more
Source§impl<'a> MessageRead<'a> for CommentPostView
impl<'a> MessageRead<'a> for CommentPostView
Source§fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
Constructs an instance of
Self
by reading from the given bytes
via the given reader. Read moreSource§impl MessageWrite for CommentPostView
impl MessageWrite for CommentPostView
Source§impl PartialEq for CommentPostView
impl PartialEq for CommentPostView
impl StructuralPartialEq for CommentPostView
Auto Trait Implementations§
impl Freeze for CommentPostView
impl RefUnwindSafe for CommentPostView
impl Send for CommentPostView
impl Sync for CommentPostView
impl Unpin for CommentPostView
impl UnwindSafe for CommentPostView
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