pub struct HasToken;Expand description
Typestate marker indicating a bot token has been set.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HasToken
impl RefUnwindSafe for HasToken
impl Send for HasToken
impl Sync for HasToken
impl Unpin for HasToken
impl UnsafeUnpin for HasToken
impl UnwindSafe for HasToken
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