pub struct SlamAttack {
pub damage: Option<f32>,
pub radial: Option<Box<SlamAttackRadial>>,
}Fields§
§damage: Option<f32>§radial: Option<Box<SlamAttackRadial>>Implementations§
Source§impl SlamAttack
impl SlamAttack
pub fn new() -> SlamAttack
Trait Implementations§
Source§impl Clone for SlamAttack
impl Clone for SlamAttack
Source§fn clone(&self) -> SlamAttack
fn clone(&self) -> SlamAttack
Returns a duplicate 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 SlamAttack
impl Debug for SlamAttack
Source§impl Default for SlamAttack
impl Default for SlamAttack
Source§fn default() -> SlamAttack
fn default() -> SlamAttack
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SlamAttack
impl<'de> Deserialize<'de> for SlamAttack
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SlamAttack
impl PartialEq for SlamAttack
Source§impl Serialize for SlamAttack
impl Serialize for SlamAttack
impl StructuralPartialEq for SlamAttack
Auto Trait Implementations§
impl Freeze for SlamAttack
impl RefUnwindSafe for SlamAttack
impl Send for SlamAttack
impl Sync for SlamAttack
impl Unpin for SlamAttack
impl UnwindSafe for SlamAttack
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