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