pub struct UpdateForumReadMarker {
pub data: Vec<UpdateForumReadMarkerData>,
}
Fields§
§data: Vec<UpdateForumReadMarkerData>
Trait Implementations§
source§impl BaseParser for UpdateForumReadMarker
impl BaseParser for UpdateForumReadMarker
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
source§impl Clone for UpdateForumReadMarker
impl Clone for UpdateForumReadMarker
source§fn clone(&self) -> UpdateForumReadMarker
fn clone(&self) -> UpdateForumReadMarker
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 UpdateForumReadMarker
impl Debug for UpdateForumReadMarker
source§impl Default for UpdateForumReadMarker
impl Default for UpdateForumReadMarker
source§fn default() -> UpdateForumReadMarker
fn default() -> UpdateForumReadMarker
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateForumReadMarker> for UpdateForumReadMarker
impl PartialEq<UpdateForumReadMarker> for UpdateForumReadMarker
source§fn eq(&self, other: &UpdateForumReadMarker) -> bool
fn eq(&self, other: &UpdateForumReadMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateForumReadMarker
Auto Trait Implementations§
impl RefUnwindSafe for UpdateForumReadMarker
impl Send for UpdateForumReadMarker
impl Sync for UpdateForumReadMarker
impl Unpin for UpdateForumReadMarker
impl UnwindSafe for UpdateForumReadMarker
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