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