#[repr(transparent)]pub struct Symmetric<T: Tuple>(pub T);Tuple Fields§
§0: TTrait Implementations§
impl<T: Copy + Tuple> Copy for Symmetric<T>
impl<T: Tuple> Eq for Symmetric<T>
Auto Trait Implementations§
impl<T> Freeze for Symmetric<T>where
T: Freeze,
impl<T> RefUnwindSafe for Symmetric<T>where
T: RefUnwindSafe,
impl<T> Send for Symmetric<T>where
T: Send,
impl<T> Sync for Symmetric<T>where
T: Sync,
impl<T> Unpin for Symmetric<T>where
T: Unpin,
impl<T> UnsafeUnpin for Symmetric<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for Symmetric<T>where
T: 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