pub struct ClkNotIdentical<first, second, whole> {
pub first: first,
pub second: second,
pub whole: whole,
}Expand description
When two clocks should have been identical.
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 ClkNotIdentical<first, second, whole>where
first: Display + TrySpan + TryDefSite,
second: Display + TrySpan + TryDefSite,
whole: TrySpan,
impl<first, second, whole> IntoError for ClkNotIdentical<first, second, whole>where
first: Display + TrySpan + TryDefSite,
second: Display + TrySpan + TryDefSite,
whole: TrySpan,
Auto Trait Implementations§
impl<first, second, whole> Freeze for ClkNotIdentical<first, second, whole>
impl<first, second, whole> RefUnwindSafe for ClkNotIdentical<first, second, whole>
impl<first, second, whole> Send for ClkNotIdentical<first, second, whole>
impl<first, second, whole> Sync for ClkNotIdentical<first, second, whole>
impl<first, second, whole> Unpin for ClkNotIdentical<first, second, whole>
impl<first, second, whole> UnwindSafe for ClkNotIdentical<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