pub struct GetQuizQuestions {
pub name: String,
}
Fields§
§name: String
Trait Implementations§
Source§impl BaseParser for GetQuizQuestions
impl BaseParser for GetQuizQuestions
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 GetQuizQuestions
impl Clone for GetQuizQuestions
Source§fn clone(&self) -> GetQuizQuestions
fn clone(&self) -> GetQuizQuestions
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 GetQuizQuestions
impl Debug for GetQuizQuestions
Source§impl Default for GetQuizQuestions
impl Default for GetQuizQuestions
Source§fn default() -> GetQuizQuestions
fn default() -> GetQuizQuestions
Returns the “default value” for a type. Read more
Source§impl PacketVariable for GetQuizQuestions
impl PacketVariable for GetQuizQuestions
Source§impl PartialEq for GetQuizQuestions
impl PartialEq for GetQuizQuestions
impl StructuralPartialEq for GetQuizQuestions
Auto Trait Implementations§
impl Freeze for GetQuizQuestions
impl RefUnwindSafe for GetQuizQuestions
impl Send for GetQuizQuestions
impl Sync for GetQuizQuestions
impl Unpin for GetQuizQuestions
impl UnwindSafe for GetQuizQuestions
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