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