pub struct Discord;Trait Implementations§
Source§impl SimpleOAuthProvider for Discord
impl SimpleOAuthProvider for Discord
Source§impl UserInfoProvider for Discord
impl UserInfoProvider for Discord
Auto Trait Implementations§
impl Freeze for Discord
impl RefUnwindSafe for Discord
impl Send for Discord
impl Sync for Discord
impl Unpin for Discord
impl UnsafeUnpin for Discord
impl UnwindSafe for Discord
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