pub struct Items<Xs>(pub Xs);
Tuple Fields§
§0: Xs
Trait Implementations§
Source§impl<Xs: Ord> Ord for Items<Xs>
impl<Xs: Ord> Ord for Items<Xs>
Source§impl<Xs: PartialOrd> PartialOrd for Items<Xs>
impl<Xs: PartialOrd> PartialOrd for Items<Xs>
impl<Xs: Copy> Copy for Items<Xs>
impl<Xs: Eq> Eq for Items<Xs>
impl<Xs> StructuralPartialEq for Items<Xs>
Auto Trait Implementations§
impl<Xs> Freeze for Items<Xs>where
Xs: Freeze,
impl<Xs> RefUnwindSafe for Items<Xs>where
Xs: RefUnwindSafe,
impl<Xs> Send for Items<Xs>where
Xs: Send,
impl<Xs> Sync for Items<Xs>where
Xs: Sync,
impl<Xs> Unpin for Items<Xs>where
Xs: Unpin,
impl<Xs> UnwindSafe for Items<Xs>where
Xs: 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