pub struct TscPin<'d, T, C> { /* private fields */ }
Expand description
Pin struct that maintains usage
Auto Trait Implementations§
impl<'d, T, C> Freeze for TscPin<'d, T, C>
impl<'d, T, C> RefUnwindSafe for TscPin<'d, T, C>where
T: RefUnwindSafe,
C: RefUnwindSafe,
impl<'d, T, C> Send for TscPin<'d, T, C>
impl<'d, T, C> Sync for TscPin<'d, T, C>
impl<'d, T, C> Unpin for TscPin<'d, T, C>
impl<'d, T, C> !UnwindSafe for TscPin<'d, T, C>
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