Struct rayon_core::private::PrivateMarker
source · pub struct PrivateMarker;
Expand description
If this type is pub but not publicly reachable, third parties can’t name it and can’t implement traits using it.
Auto Trait Implementations§
impl Freeze for PrivateMarker
impl RefUnwindSafe for PrivateMarker
impl Send for PrivateMarker
impl Sync for PrivateMarker
impl Unpin for PrivateMarker
impl UnwindSafe for PrivateMarker
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