pub struct TSX;
Implementations§
Auto Trait Implementations§
impl Freeze for TSX
impl RefUnwindSafe for TSX
impl Send for TSX
impl Sync for TSX
impl Unpin for TSX
impl UnwindSafe for TSX
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