pub enum MentionTarget {
All,
List(Vec<String>),
}Variants§
Trait Implementations§
Source§impl Debug for MentionTarget
impl Debug for MentionTarget
Auto Trait Implementations§
impl Freeze for MentionTarget
impl RefUnwindSafe for MentionTarget
impl Send for MentionTarget
impl Sync for MentionTarget
impl Unpin for MentionTarget
impl UnwindSafe for MentionTarget
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