Struct cargo::core::workspace::LookBehindWindow
source · Fields§
§curr: &'a T
§last: Option<&'a T>
Auto Trait Implementations§
impl<'a, T: ?Sized> RefUnwindSafe for LookBehindWindow<'a, T>where
T: RefUnwindSafe,
impl<'a, T: ?Sized> Send for LookBehindWindow<'a, T>where
T: Sync,
impl<'a, T: ?Sized> Sync for LookBehindWindow<'a, T>where
T: Sync,
impl<'a, T: ?Sized> Unpin for LookBehindWindow<'a, T>
impl<'a, T: ?Sized> UnwindSafe for LookBehindWindow<'a, T>where
T: RefUnwindSafe,
Blanket Implementations§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.