pub struct Private<F, const N: usize> { /* private fields */ }
Auto Trait Implementations§
impl<F, const N: usize> RefUnwindSafe for Private<F, N>where F: RefUnwindSafe,
impl<F, const N: usize> Send for Private<F, N>where F: Send,
impl<F, const N: usize> Sync for Private<F, N>where F: Sync,
impl<F, const N: usize> Unpin for Private<F, N>where F: Unpin,
impl<F, const N: usize> UnwindSafe for Private<F, N>where F: 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