pub struct DeprecationRewrite {
pub from: StageId,
pub to: StageId,
}Expand description
Single rewrite performed by resolve_deprecated_stages.
Fields§
§from: StageId§to: StageIdTrait Implementations§
Source§impl Clone for DeprecationRewrite
impl Clone for DeprecationRewrite
Source§fn clone(&self) -> DeprecationRewrite
fn clone(&self) -> DeprecationRewrite
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 DeprecationRewrite
impl Debug for DeprecationRewrite
Source§impl PartialEq for DeprecationRewrite
impl PartialEq for DeprecationRewrite
impl Eq for DeprecationRewrite
impl StructuralPartialEq for DeprecationRewrite
Auto Trait Implementations§
impl Freeze for DeprecationRewrite
impl RefUnwindSafe for DeprecationRewrite
impl Send for DeprecationRewrite
impl Sync for DeprecationRewrite
impl Unpin for DeprecationRewrite
impl UnsafeUnpin for DeprecationRewrite
impl UnwindSafe for DeprecationRewrite
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