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 duplicate 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 for CommunityVoteReceived
impl PartialEq for CommunityVoteReceived
impl StructuralPartialEq for CommunityVoteReceived
Auto Trait Implementations§
impl Freeze for CommunityVoteReceived
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