pub struct BotContextBuilder {
pub url: Option<String>,
pub processors: Vec<Processor>,
}Fields§
§url: Option<String>§processors: Vec<Processor>Implementations§
Auto Trait Implementations§
impl Freeze for BotContextBuilder
impl !RefUnwindSafe for BotContextBuilder
impl Send for BotContextBuilder
impl Sync for BotContextBuilder
impl Unpin for BotContextBuilder
impl !UnwindSafe for BotContextBuilder
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