pub struct IgnoreDeferred;Expand description
If added to a dependency edge, the edge will not be considered for auto sync point insertions.
Auto Trait Implementations§
impl Freeze for IgnoreDeferred
impl RefUnwindSafe for IgnoreDeferred
impl Send for IgnoreDeferred
impl Sync for IgnoreDeferred
impl Unpin for IgnoreDeferred
impl UnwindSafe for IgnoreDeferred
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> IntoResult<T> for T
impl<T> IntoResult<T> for T
Source§fn into_result(self) -> Result<T, RunSystemError>
fn into_result(self) -> Result<T, RunSystemError>
Converts this type into the system output type.