pub struct FallbackHandler { /* private fields */ }Implementations§
Source§impl FallbackHandler
Handler for a component that will participate in fallback coordination
impl FallbackHandler
Handler for a component that will participate in fallback coordination
⚠️ Warning: dropping this handler without calling FallbackHandler::done will result in a
panic.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for FallbackHandler
impl RefUnwindSafe for FallbackHandler
impl Send for FallbackHandler
impl Sync for FallbackHandler
impl Unpin for FallbackHandler
impl UnsafeUnpin for FallbackHandler
impl UnwindSafe for FallbackHandler
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