struct SizedSplay<T> {
_marker: PhantomData<fn() -> T>,
}Fields§
§_marker: PhantomData<fn() -> T>Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for SizedSplay<T>
impl<T> RefUnwindSafe for SizedSplay<T>
impl<T> Send for SizedSplay<T>
impl<T> Sync for SizedSplay<T>
impl<T> Unpin for SizedSplay<T>
impl<T> UnwindSafe for SizedSplay<T>
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