Enum rive_models::invite::InviteJoin
source · pub enum InviteJoin {
Server {
channels: Vec<Channel>,
server: Server,
},
}Expand description
Invite join response
Variants§
Trait Implementations§
source§impl Clone for InviteJoin
impl Clone for InviteJoin
source§fn clone(&self) -> InviteJoin
fn clone(&self) -> InviteJoin
Returns a copy 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 InviteJoin
impl Debug for InviteJoin
source§impl<'de> Deserialize<'de> for InviteJoin
impl<'de> Deserialize<'de> for InviteJoin
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