Struct discord_sdk::lobby::state::LobbyStates [−][src]
pub struct LobbyStates {
pub lobbies: RwLock<Vec<LobbyState>>,
}
Fields
lobbies: RwLock<Vec<LobbyState>>
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for LobbyStates
impl Send for LobbyStates
impl Sync for LobbyStates
impl Unpin for LobbyStates
impl UnwindSafe for LobbyStates
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more