Struct g_rust::extension::parsers::subparsers::RoomQueueSet
source · pub struct RoomQueueSet {
pub name: String,
pub target: i32,
pub queue: HashMap<String, i32>,
}
Fields§
§name: String
§target: i32
§queue: HashMap<String, i32>
Trait Implementations§
source§impl Clone for RoomQueueSet
impl Clone for RoomQueueSet
source§fn clone(&self) -> RoomQueueSet
fn clone(&self) -> RoomQueueSet
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 RoomQueueSet
impl Debug for RoomQueueSet
source§impl Default for RoomQueueSet
impl Default for RoomQueueSet
source§fn default() -> RoomQueueSet
fn default() -> RoomQueueSet
Returns the “default value” for a type. Read more
source§impl PacketVariable for RoomQueueSet
impl PacketVariable for RoomQueueSet
source§impl PartialEq<RoomQueueSet> for RoomQueueSet
impl PartialEq<RoomQueueSet> for RoomQueueSet
source§fn eq(&self, other: &RoomQueueSet) -> bool
fn eq(&self, other: &RoomQueueSet) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RoomQueueSet
Auto Trait Implementations§
impl RefUnwindSafe for RoomQueueSet
impl Send for RoomQueueSet
impl Sync for RoomQueueSet
impl Unpin for RoomQueueSet
impl UnwindSafe for RoomQueueSet
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