pub struct GhostVar<T> { /* private fields */ }
Expand description
See GhostVarAuth<T>
for more information.
Implementations§
Auto Trait Implementations§
impl<T> Freeze for GhostVar<T>
impl<T> RefUnwindSafe for GhostVar<T>where
T: RefUnwindSafe,
impl<T> Send for GhostVar<T>where
T: Send,
impl<T> Sync for GhostVar<T>where
T: Sync,
impl<T> Unpin for GhostVar<T>where
T: Unpin,
impl<T> UnwindSafe for GhostVar<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