Struct sonicbot_matrix::EventArgs
source · [−]pub struct EventArgs<'a> {
pub room_data: RoomTypeData,
pub starting: bool,
pub ctrlc_handler: &'a CtrlCHandler,
pub cleanup_on_ctrlc: bool,
pub owner: UserId,
pub prefix: String,
pub me: UserId,
}Fields
room_data: RoomTypeDatastarting: boolctrlc_handler: &'a CtrlCHandlercleanup_on_ctrlc: boolowner: UserIdprefix: Stringme: UserIdImplementations
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for EventArgs<'a>
impl<'a> !UnwindSafe for EventArgs<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more