pub struct Created;
Expand description
Marker struct for process type.
Trait Implementations§
Source§impl Ord for Created
impl Ord for Created
Source§impl PartialOrd for Created
impl PartialOrd for Created
impl Copy for Created
impl Eq for Created
impl StructuralPartialEq for Created
Auto Trait Implementations§
impl Freeze for Created
impl RefUnwindSafe for Created
impl Send for Created
impl Sync for Created
impl Unpin for Created
impl UnwindSafe for Created
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