pub struct At {
pub user_id: String,
}Fields§
§user_id: StringTrait Implementations§
Source§impl FromEvent for At
impl FromEvent for At
fn from_event<'async_trait>(
__arg0: BotContext,
event: BotEvent,
) -> Pin<Box<dyn Future<Output = Option<Self>> + Send + 'async_trait>>where
Self: 'async_trait,
impl Send for At
impl Sync for At
Auto Trait Implementations§
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