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