struct FdIdWith<T: ?Sized> {
id: FdId,
inner: T,
}
Fields§
§id: FdId
§inner: T
Trait 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§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.