pub struct EnqueueResult {
pub task_id: TaskId,
pub created: bool,
}Fields§
§task_id: TaskId§created: boolTrait Implementations§
Source§impl Clone for EnqueueResult
impl Clone for EnqueueResult
Source§fn clone(&self) -> EnqueueResult
fn clone(&self) -> EnqueueResult
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 moreimpl Copy for EnqueueResult
Source§impl Debug for EnqueueResult
impl Debug for EnqueueResult
impl Eq for EnqueueResult
Source§impl PartialEq for EnqueueResult
impl PartialEq for EnqueueResult
impl StructuralPartialEq for EnqueueResult
Auto Trait Implementations§
impl Freeze for EnqueueResult
impl RefUnwindSafe for EnqueueResult
impl Send for EnqueueResult
impl Sync for EnqueueResult
impl Unpin for EnqueueResult
impl UnsafeUnpin for EnqueueResult
impl UnwindSafe for EnqueueResult
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