pub struct forkParentName;
Trait Implementations§
Source§impl Field for forkParentName
impl Field for forkParentName
Auto Trait Implementations§
impl Freeze for forkParentName
impl RefUnwindSafe for forkParentName
impl Send for forkParentName
impl Sync for forkParentName
impl Unpin for forkParentName
impl UnwindSafe for forkParentName
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