Struct asynchronix::model::LineError
source · pub struct LineError {}
Expand description
Error raised when the specified line cannot be found.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LineError
impl Send for LineError
impl Sync for LineError
impl Unpin for LineError
impl UnwindSafe for LineError
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