pub struct PendingLoopUpdates {
pub resolutions: VecDeque<TaskResolution>,
}Fields§
§resolutions: VecDeque<TaskResolution>Trait Implementations§
Source§impl Clone for PendingLoopUpdates
impl Clone for PendingLoopUpdates
Source§fn clone(&self) -> PendingLoopUpdates
fn clone(&self) -> PendingLoopUpdates
Returns a duplicate 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 PendingLoopUpdates
impl Debug for PendingLoopUpdates
Source§impl Default for PendingLoopUpdates
impl Default for PendingLoopUpdates
Source§fn default() -> PendingLoopUpdates
fn default() -> PendingLoopUpdates
Returns the “default value” for a type. Read more
Source§impl PartialEq for PendingLoopUpdates
impl PartialEq for PendingLoopUpdates
impl StructuralPartialEq for PendingLoopUpdates
Auto Trait Implementations§
impl Freeze for PendingLoopUpdates
impl RefUnwindSafe for PendingLoopUpdates
impl Send for PendingLoopUpdates
impl Sync for PendingLoopUpdates
impl Unpin for PendingLoopUpdates
impl UnsafeUnpin for PendingLoopUpdates
impl UnwindSafe for PendingLoopUpdates
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