pub struct WindowsJobCleanup {
pub kill_on_drop: bool,
}Fields§
§kill_on_drop: boolTrait Implementations§
Source§impl Clone for WindowsJobCleanup
impl Clone for WindowsJobCleanup
Source§fn clone(&self) -> WindowsJobCleanup
fn clone(&self) -> WindowsJobCleanup
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WindowsJobCleanup
impl Debug for WindowsJobCleanup
Source§impl Default for WindowsJobCleanup
impl Default for WindowsJobCleanup
Source§impl PartialEq for WindowsJobCleanup
impl PartialEq for WindowsJobCleanup
Source§fn eq(&self, other: &WindowsJobCleanup) -> bool
fn eq(&self, other: &WindowsJobCleanup) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for WindowsJobCleanup
impl StructuralPartialEq for WindowsJobCleanup
Auto Trait Implementations§
impl Freeze for WindowsJobCleanup
impl RefUnwindSafe for WindowsJobCleanup
impl Send for WindowsJobCleanup
impl Sync for WindowsJobCleanup
impl Unpin for WindowsJobCleanup
impl UnsafeUnpin for WindowsJobCleanup
impl UnwindSafe for WindowsJobCleanup
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.