Struct rustc_mir_dataflow::un_derefer::SlicePlusOne
source · struct SlicePlusOne<'a, T> {
slice: &'a [T],
last: Option<T>,
}
Fields§
§slice: &'a [T]
§last: Option<T>
Implementations§
Auto Trait Implementations§
impl<'a, T> RefUnwindSafe for SlicePlusOne<'a, T>where T: RefUnwindSafe,
impl<'a, T> Send for SlicePlusOne<'a, T>where T: Send + Sync,
impl<'a, T> Sync for SlicePlusOne<'a, T>where T: Sync,
impl<'a, T> Unpin for SlicePlusOne<'a, T>where T: Unpin,
impl<'a, T> UnwindSafe for SlicePlusOne<'a, T>where T: UnwindSafe + RefUnwindSafe,
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
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.