pub struct Ritual<'src> { /* private fields */ }Expand description
Rituals are automated actions.
For example, the new_chatter ritual would consist of every chatter
receiving the message:
$USER is new to $CHANNEL's chat! Say hello!
Implementations§
Trait Implementations§
impl<'src> Eq for Ritual<'src>
impl<'src> StructuralPartialEq for Ritual<'src>
Auto Trait Implementations§
impl<'src> Freeze for Ritual<'src>
impl<'src> RefUnwindSafe for Ritual<'src>
impl<'src> Send for Ritual<'src>
impl<'src> Sync for Ritual<'src>
impl<'src> Unpin for Ritual<'src>
impl<'src> UnwindSafe for Ritual<'src>
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