pub struct BotToken(/* private fields */);Implementations§
Trait Implementations§
Source§impl From<BotToken> for Credentials
impl From<BotToken> for Credentials
impl Eq for BotToken
impl StructuralPartialEq for BotToken
Auto Trait Implementations§
impl Freeze for BotToken
impl RefUnwindSafe for BotToken
impl Send for BotToken
impl Sync for BotToken
impl Unpin for BotToken
impl UnsafeUnpin for BotToken
impl UnwindSafe for BotToken
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