pub struct GetFirst<FirstK: KindWithDefault, SecondK: KindWithDefault, P: Expr<Pair<FirstK, SecondK>>> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<FirstK, SecondK, P> RefUnwindSafe for GetFirst<FirstK, SecondK, P>where FirstK: RefUnwindSafe, P: RefUnwindSafe, SecondK: RefUnwindSafe,
impl<FirstK, SecondK, P> Send for GetFirst<FirstK, SecondK, P>where FirstK: Send, P: Send, SecondK: Send,
impl<FirstK, SecondK, P> Sync for GetFirst<FirstK, SecondK, P>where FirstK: Sync, P: Sync, SecondK: Sync,
impl<FirstK, SecondK, P> Unpin for GetFirst<FirstK, SecondK, P>where FirstK: Unpin, P: Unpin, SecondK: Unpin,
impl<FirstK, SecondK, P> UnwindSafe for GetFirst<FirstK, SecondK, P>where FirstK: UnwindSafe, P: UnwindSafe, SecondK: 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