pub struct Parent<T> { /* private fields */ }Expand description
Storage wrapper for the auto-injected parent field on extended Rust types.
Implementations§
Trait Implementations§
impl<T> RefUnwindSafe for Parent<T>
impl<T> UnwindSafe for Parent<T>
Auto Trait Implementations§
impl<T> Freeze for Parent<T>
impl<T> !Send for Parent<T>
impl<T> !Sync for Parent<T>
impl<T> Unpin for Parent<T>
impl<T> UnsafeUnpin for Parent<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