pub struct RaidEventConfig {
pub schedule: TimedEventSchedule,
pub event: RaidEventKind,
}Fields§
§schedule: TimedEventSchedule§event: RaidEventKindTrait Implementations§
Source§impl Clone for RaidEventConfig
impl Clone for RaidEventConfig
Source§fn clone(&self) -> RaidEventConfig
fn clone(&self) -> RaidEventConfig
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 RaidEventConfig
impl Debug for RaidEventConfig
Source§impl<'de> Deserialize<'de> for RaidEventConfig
impl<'de> Deserialize<'de> for RaidEventConfig
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 RaidEventConfig
impl PartialEq for RaidEventConfig
impl Copy for RaidEventConfig
impl StructuralPartialEq for RaidEventConfig
Auto Trait Implementations§
impl Freeze for RaidEventConfig
impl RefUnwindSafe for RaidEventConfig
impl Send for RaidEventConfig
impl Sync for RaidEventConfig
impl Unpin for RaidEventConfig
impl UnsafeUnpin for RaidEventConfig
impl UnwindSafe for RaidEventConfig
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