Enum polars_core::error::ErrString
source · [−]Variants
Owned(String)
Borrowed(&'static str)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ErrString
impl Send for ErrString
impl Sync for ErrString
impl Unpin for ErrString
impl UnwindSafe for ErrString
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more