Enum rive_models::data::InviteBotData
source · pub enum InviteBotData {
Server {
server: String,
},
Group {
group: String,
},
}Expand description
Bot invite data
Variants§
Trait Implementations§
source§impl Clone for InviteBotData
impl Clone for InviteBotData
source§fn clone(&self) -> InviteBotData
fn clone(&self) -> InviteBotData
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 InviteBotData
impl Debug for InviteBotData
Auto Trait Implementations§
impl RefUnwindSafe for InviteBotData
impl Send for InviteBotData
impl Sync for InviteBotData
impl Unpin for InviteBotData
impl UnwindSafe for InviteBotData
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