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