pub struct ArcOutput<'x> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<'x> PartialEq for ArcOutput<'x>
impl<'x> PartialEq for ArcOutput<'x>
impl<'x> Eq for ArcOutput<'x>
impl<'x> StructuralPartialEq for ArcOutput<'x>
Auto Trait Implementations§
impl<'x> Freeze for ArcOutput<'x>
impl<'x> RefUnwindSafe for ArcOutput<'x>
impl<'x> Send for ArcOutput<'x>
impl<'x> Sync for ArcOutput<'x>
impl<'x> Unpin for ArcOutput<'x>
impl<'x> UnwindSafe for ArcOutput<'x>
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