pub enum ForkType {
Data,
Resource,
}Variants§
Trait Implementations§
impl Copy for ForkType
impl Eq for ForkType
impl StructuralPartialEq for ForkType
Auto Trait Implementations§
impl Freeze for ForkType
impl RefUnwindSafe for ForkType
impl Send for ForkType
impl Sync for ForkType
impl Unpin for ForkType
impl UnsafeUnpin for ForkType
impl UnwindSafe for ForkType
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