Enum triomphe::ArcUnionBorrow
source · [−]Expand description
This represents a borrow of an ArcUnion
.
Variants
First(ArcBorrow<'a, A>)
Second(ArcBorrow<'a, B>)
Trait Implementations
Auto Trait Implementations
impl<'a, A, B> RefUnwindSafe for ArcUnionBorrow<'a, A, B>where
A: RefUnwindSafe,
B: RefUnwindSafe,
impl<'a, A, B> Send for ArcUnionBorrow<'a, A, B>where
A: Sync,
B: Sync,
impl<'a, A, B> Sync for ArcUnionBorrow<'a, A, B>where
A: Sync,
B: Sync,
impl<'a, A, B> Unpin for ArcUnionBorrow<'a, A, B>
impl<'a, A, B> UnwindSafe for ArcUnionBorrow<'a, A, B>where
A: RefUnwindSafe,
B: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more