pub enum AppStartupLink {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AppStartupLink
impl RefUnwindSafe for AppStartupLink
impl Send for AppStartupLink
impl Sync for AppStartupLink
impl Unpin for AppStartupLink
impl UnwindSafe for AppStartupLink
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