pub enum AllowedMention {
RoleMention,
UserMention,
EveryoneMention,
}
Variants§
Auto Trait Implementations§
impl Freeze for AllowedMention
impl RefUnwindSafe for AllowedMention
impl Send for AllowedMention
impl Sync for AllowedMention
impl Unpin for AllowedMention
impl UnwindSafe for AllowedMention
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