Enum input_mgr::RingLineError
source · pub enum RingLineError {
Line(LineError),
}
Variants§
Trait Implementations§
source§impl Debug for RingLineError
impl Debug for RingLineError
source§impl From<LineError> for RingLineError
impl From<LineError> for RingLineError
source§impl PartialEq for RingLineError
impl PartialEq for RingLineError
impl StructuralPartialEq for RingLineError
Auto Trait Implementations§
impl Freeze for RingLineError
impl RefUnwindSafe for RingLineError
impl Send for RingLineError
impl Sync for RingLineError
impl Unpin for RingLineError
impl UnwindSafe for RingLineError
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