pub struct DeferredDecl {
pub span: Span,
pub path: Expr,
}Expand description
deferred path.expression
Fields§
§span: Span§path: ExprTrait Implementations§
Source§impl Clone for DeferredDecl
impl Clone for DeferredDecl
Source§fn clone(&self) -> DeferredDecl
fn clone(&self) -> DeferredDecl
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 DeferredDecl
impl Debug for DeferredDecl
Auto Trait Implementations§
impl Freeze for DeferredDecl
impl RefUnwindSafe for DeferredDecl
impl Send for DeferredDecl
impl Sync for DeferredDecl
impl Unpin for DeferredDecl
impl UnsafeUnpin for DeferredDecl
impl UnwindSafe for DeferredDecl
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