Struct sc2::data::BuffData [−][src]
pub struct BuffData { /* fields omitted */ }Buff data.
Methods
impl BuffData[src]
impl BuffDatapub fn get_id(&self) -> Buff[src]
pub fn get_id(&self) -> BuffStable buff ID.
pub fn get_name(&self) -> &str[src]
pub fn get_name(&self) -> &strBuff name (corresponds to the game's catalog).
Trait Implementations
impl Debug for BuffData[src]
impl Debug for BuffDatafn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for BuffData[src]
impl Clone for BuffData