struct Parent<F> {
par: usize,
eid: usize,
up: F,
down: F,
}Fields§
§par: usize§eid: usize§up: F§down: FTrait Implementations§
Auto Trait Implementations§
impl<F> Freeze for Parent<F>where
F: Freeze,
impl<F> RefUnwindSafe for Parent<F>where
F: RefUnwindSafe,
impl<F> Send for Parent<F>where
F: Send,
impl<F> Sync for Parent<F>where
F: Sync,
impl<F> Unpin for Parent<F>where
F: Unpin,
impl<F> UnwindSafe for Parent<F>where
F: UnwindSafe,
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