Skip to main content

IRelayUserGlobalData

Trait IRelayUserGlobalData 

Source
pub trait IRelayUserGlobalData: ISingletonClass_1<RelayUserGlobalData> {
    // Provided methods
    fn m_daily_ticket_count(self) -> u32 { ... }
    fn set_m_daily_ticket_count(self, value: u32) { ... }
    fn m_ticket_dict(self) -> Dictionary_2<u64, RelayUserGlobalData_Ticket> { ... }
    fn set_m_ticket_dict(
        self,
        value: Dictionary_2<u64, RelayUserGlobalData_Ticket>,
    ) { ... }
    fn m_uncommitted(self) -> RelayUserGlobalData_Uncommitted { ... }
    fn set_m_uncommitted(self, value: RelayUserGlobalData_Uncommitted) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§