struct FdIdWith<T: ?Sized> {
id: FdId,
inner: T,
}Fields§
§id: FdId§inner: TTrait Implementations§
Auto Trait Implementations§
impl<T> Freeze for FdIdWith<T>
impl<T> RefUnwindSafe for FdIdWith<T>where
T: RefUnwindSafe + ?Sized,
impl<T> Send for FdIdWith<T>
impl<T> Sync for FdIdWith<T>
impl<T> Unpin for FdIdWith<T>
impl<T> UnwindSafe for FdIdWith<T>where
T: UnwindSafe + ?Sized,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.