pub struct TaskObjectClass;
Implementations§
source§impl TaskObjectClass
impl TaskObjectClass
pub const STARTUP_TASK_NAME: &'static str = crate::types::STARTUP_TASK_NAME
Trait Implementations§
source§impl Clone for TaskObjectClass
impl Clone for TaskObjectClass
source§fn clone(&self) -> TaskObjectClass
fn clone(&self) -> TaskObjectClass
Returns a copy 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 TaskObjectClass
impl Debug for TaskObjectClass
source§impl Hash for TaskObjectClass
impl Hash for TaskObjectClass
source§impl ObjectClassExt for TaskObjectClass
impl ObjectClassExt for TaskObjectClass
fn class() -> ObjectClass
source§impl Ord for TaskObjectClass
impl Ord for TaskObjectClass
source§fn cmp(&self, other: &TaskObjectClass) -> Ordering
fn cmp(&self, other: &TaskObjectClass) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for TaskObjectClass
impl PartialEq for TaskObjectClass
source§fn eq(&self, other: &TaskObjectClass) -> bool
fn eq(&self, other: &TaskObjectClass) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for TaskObjectClass
impl PartialOrd for TaskObjectClass
source§fn partial_cmp(&self, other: &TaskObjectClass) -> Option<Ordering>
fn partial_cmp(&self, other: &TaskObjectClass) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for TaskObjectClass
impl Eq for TaskObjectClass
impl StructuralPartialEq for TaskObjectClass
Auto Trait Implementations§
impl Freeze for TaskObjectClass
impl RefUnwindSafe for TaskObjectClass
impl Send for TaskObjectClass
impl Sync for TaskObjectClass
impl Unpin for TaskObjectClass
impl UnwindSafe for TaskObjectClass
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