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