pub struct PlError {
pub error: Error,
pub source: usize,
}Expand description
Error originating from the specified pipeline source index
Fields§
§error: Error§source: usizeTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PlError
impl !UnwindSafe for PlError
impl Freeze for PlError
impl Send for PlError
impl Sync for PlError
impl Unpin for PlError
impl UnsafeUnpin for PlError
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