pub enum InviteBotTarget {
Server(ServerId),
Group(ChannelId),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InviteBotTarget
impl RefUnwindSafe for InviteBotTarget
impl Send for InviteBotTarget
impl Sync for InviteBotTarget
impl Unpin for InviteBotTarget
impl UnwindSafe for InviteBotTarget
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