pub struct PaneSetFailure { /* private fields */ }Expand description
Failed result for one pane in a PaneSet batch.
Implementations§
Source§impl PaneSetFailure
impl PaneSetFailure
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PaneSetFailure
impl !UnwindSafe for PaneSetFailure
impl Freeze for PaneSetFailure
impl Send for PaneSetFailure
impl Sync for PaneSetFailure
impl Unpin for PaneSetFailure
impl UnsafeUnpin for PaneSetFailure
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