pub struct QueuedPromoteQuestTask;
Trait Implementations§
Source§impl RefCountable for QueuedPromoteQuestTask
impl RefCountable for QueuedPromoteQuestTask
Source§fn inc_ref_count(&self)
fn inc_ref_count(&self)
Increment ref count
Source§fn dec_ref_count(&mut self)
fn dec_ref_count(&mut self)
Decrement ref count
Auto Trait Implementations§
impl Freeze for QueuedPromoteQuestTask
impl RefUnwindSafe for QueuedPromoteQuestTask
impl Send for QueuedPromoteQuestTask
impl Sync for QueuedPromoteQuestTask
impl Unpin for QueuedPromoteQuestTask
impl UnwindSafe for QueuedPromoteQuestTask
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