pub struct RawAutoChild<T> {
pub child: T,
/* private fields */
}Fields§
§child: TTrait Implementations§
Source§impl<T: Debug> Debug for RawAutoChild<T>
impl<T: Debug> Debug for RawAutoChild<T>
Source§impl<T> Deref for RawAutoChild<T>
impl<T> Deref for RawAutoChild<T>
Auto Trait Implementations§
impl<T> Freeze for RawAutoChild<T>where
T: Freeze,
impl<T> RefUnwindSafe for RawAutoChild<T>where
T: RefUnwindSafe,
impl<T> !Send for RawAutoChild<T>
impl<T> !Sync for RawAutoChild<T>
impl<T> Unpin for RawAutoChild<T>where
T: Unpin,
impl<T> UnwindSafe for RawAutoChild<T>where
T: UnwindSafe + RefUnwindSafe,
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