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