pub struct ClkNotComparable<first, second, whole> {
pub first: first,
pub second: second,
pub whole: whole,
}Expand description
When two clocks are both non-implicit but different.
Fields§
§first: firstFirst clock.
second: secondSecond clock.
whole: wholeSpan of the whole expression that contains both.
Trait Implementations§
Source§impl<first, second, whole> IntoError for ClkNotComparable<first, second, whole>where
first: Display + TrySpan + TryDefSite,
second: Display + TrySpan + TryDefSite,
whole: TrySpan,
impl<first, second, whole> IntoError for ClkNotComparable<first, second, whole>where
first: Display + TrySpan + TryDefSite,
second: Display + TrySpan + TryDefSite,
whole: TrySpan,
Auto Trait Implementations§
impl<first, second, whole> Freeze for ClkNotComparable<first, second, whole>
impl<first, second, whole> RefUnwindSafe for ClkNotComparable<first, second, whole>
impl<first, second, whole> Send for ClkNotComparable<first, second, whole>
impl<first, second, whole> Sync for ClkNotComparable<first, second, whole>
impl<first, second, whole> Unpin for ClkNotComparable<first, second, whole>
impl<first, second, whole> UnwindSafe for ClkNotComparable<first, second, whole>
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