pub struct Last<Mat>(pub Mat);Tuple Fields§
§0: MatTrait Implementations§
impl<Mat: Copy> Copy for Last<Mat>
Auto Trait Implementations§
impl<Mat> RefUnwindSafe for Last<Mat>where Mat: RefUnwindSafe,
impl<Mat> Send for Last<Mat>where Mat: Send,
impl<Mat> Sync for Last<Mat>where Mat: Sync,
impl<Mat> Unpin for Last<Mat>where Mat: Unpin,
impl<Mat> UnwindSafe for Last<Mat>where Mat: UnwindSafe,
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