pub struct HackNiche<const X: usize>;Trait Implementations§
Auto Trait Implementations§
impl<const X: usize> Freeze for HackNiche<X>
impl<const X: usize> RefUnwindSafe for HackNiche<X>
impl<const X: usize> Send for HackNiche<X>
impl<const X: usize> Sync for HackNiche<X>
impl<const X: usize> Unpin for HackNiche<X>
impl<const X: usize> UnwindSafe for HackNiche<X>
Blanket Implementations§
Source§impl<T> AsAny for T
impl<T> AsAny for T
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