#[repr(C)]pub struct ForkDetails {
pub forked_phantom_id: Uuid,
}Expand description
Details about the fork result
Fields§
§forked_phantom_id: UuidTrait Implementations§
Source§impl Clone for ForkDetails
impl Clone for ForkDetails
Source§fn clone(&self) -> ForkDetails
fn clone(&self) -> ForkDetails
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ForkDetails
impl Debug for ForkDetails
impl Copy for ForkDetails
Auto Trait Implementations§
impl Freeze for ForkDetails
impl RefUnwindSafe for ForkDetails
impl Send for ForkDetails
impl Sync for ForkDetails
impl Unpin for ForkDetails
impl UnwindSafe for ForkDetails
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