Struct debris_backends::common::commands::ScoreboardPlayer
source · pub struct ScoreboardPlayer {
pub player: Rc<str>,
pub scoreboard: Rc<str>,
}
Expand description
A combination of scoreboard and player
Fields§
§player: Rc<str>
§scoreboard: Rc<str>
Trait Implementations§
source§impl Clone for ScoreboardPlayer
impl Clone for ScoreboardPlayer
source§fn clone(&self) -> ScoreboardPlayer
fn clone(&self) -> ScoreboardPlayer
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 ScoreboardPlayer
impl Debug for ScoreboardPlayer
Auto Trait Implementations§
impl RefUnwindSafe for ScoreboardPlayer
impl !Send for ScoreboardPlayer
impl !Sync for ScoreboardPlayer
impl Unpin for ScoreboardPlayer
impl UnwindSafe for ScoreboardPlayer
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