pub struct LpError {}Auto Trait Implementations§
impl Freeze for LpError
impl RefUnwindSafe for LpError
impl Send for LpError
impl Sync for LpError
impl Unpin for LpError
impl UnsafeUnpin for LpError
impl UnwindSafe for LpError
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