pub struct Sender {
pub info: BasicSenderInfo,
}Fields§
§info: BasicSenderInfoTrait Implementations§
Source§impl FromEvent for Sender
impl FromEvent for Sender
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 Sender
impl Sync for Sender
Auto Trait Implementations§
impl Freeze for Sender
impl RefUnwindSafe for Sender
impl Unpin for Sender
impl UnwindSafe for Sender
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