pub struct MapScope {
pub have_plugin: bool,
}Expand description
all players in my map
Fields§
§have_plugin: boolonly send to those that have the same plugin that uses the same channel this was sent from
Trait Implementations§
impl Eq for MapScope
impl StructuralPartialEq for MapScope
Auto Trait Implementations§
impl Freeze for MapScope
impl RefUnwindSafe for MapScope
impl Send for MapScope
impl Sync for MapScope
impl Unpin for MapScope
impl UnwindSafe for MapScope
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