pub enum CloneResult {
CallerIsChild,
CallerIsParent(Pid),
}Variants§
Auto Trait Implementations§
impl Freeze for CloneResult
impl RefUnwindSafe for CloneResult
impl Send for CloneResult
impl Sync for CloneResult
impl Unpin for CloneResult
impl UnsafeUnpin for CloneResult
impl UnwindSafe for CloneResult
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