pub struct SpecialEvent {
pub parent_id: i64,
pub name: LocalizedString,
pub light_logo_url: LocalizedString,
}Expand description
Special event information
Fields§
§parent_id: i64§name: LocalizedString§light_logo_url: LocalizedStringTrait Implementations§
Source§impl Clone for SpecialEvent
impl Clone for SpecialEvent
Source§fn clone(&self) -> SpecialEvent
fn clone(&self) -> SpecialEvent
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 SpecialEvent
impl Debug for SpecialEvent
Source§impl<'de> Deserialize<'de> for SpecialEvent
impl<'de> Deserialize<'de> for SpecialEvent
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 SpecialEvent
impl PartialEq for SpecialEvent
Source§impl Serialize for SpecialEvent
impl Serialize for SpecialEvent
impl StructuralPartialEq for SpecialEvent
Auto Trait Implementations§
impl Freeze for SpecialEvent
impl RefUnwindSafe for SpecialEvent
impl Send for SpecialEvent
impl Sync for SpecialEvent
impl Unpin for SpecialEvent
impl UnwindSafe for SpecialEvent
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