pub struct LeError;
Trait Implementations§
Source§impl Ord for LeError
impl Ord for LeError
Source§impl PartialOrd for LeError
impl PartialOrd for LeError
impl Copy for LeError
impl Eq for LeError
impl StructuralPartialEq for LeError
Auto Trait Implementations§
impl Freeze for LeError
impl RefUnwindSafe for LeError
impl Send for LeError
impl Sync for LeError
impl Unpin for LeError
impl UnwindSafe for LeError
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