pub struct GlobalCooldownSetting {
pub is_enabled: bool,
pub global_cooldown_seconds: i64,
}Fields§
§is_enabled: bool§global_cooldown_seconds: i64Trait Implementations§
Source§impl Debug for GlobalCooldownSetting
impl Debug for GlobalCooldownSetting
Source§impl<'de> Deserialize<'de> for GlobalCooldownSetting
impl<'de> Deserialize<'de> for GlobalCooldownSetting
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
Auto Trait Implementations§
impl Freeze for GlobalCooldownSetting
impl RefUnwindSafe for GlobalCooldownSetting
impl Send for GlobalCooldownSetting
impl Sync for GlobalCooldownSetting
impl Unpin for GlobalCooldownSetting
impl UnwindSafe for GlobalCooldownSetting
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