pub struct TimeoutSource {
pub file_name: &'static str,
pub line_no: u32,
}Fields§
§file_name: &'static str§line_no: u32Implementations§
Source§impl TimeoutSource
impl TimeoutSource
pub fn from_location(location: &'static Location<'static>) -> Self
Trait Implementations§
Source§impl Debug for TimeoutSource
impl Debug for TimeoutSource
Source§impl From<TimeoutSource> for ControlError
impl From<TimeoutSource> for ControlError
Source§fn from(value: TimeoutSource) -> Self
fn from(value: TimeoutSource) -> Self
Converts to this type from the input type.
Source§impl From<TimeoutSource> for SetupError
impl From<TimeoutSource> for SetupError
Source§fn from(value: TimeoutSource) -> Self
fn from(value: TimeoutSource) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TimeoutSource
impl RefUnwindSafe for TimeoutSource
impl Send for TimeoutSource
impl Sync for TimeoutSource
impl Unpin for TimeoutSource
impl UnwindSafe for TimeoutSource
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