pub struct PrivateNameExpr {
pub span: Span,
pub name: Ident,
}Fields§
§span: Span§name: IdentTrait Implementations§
Source§impl Clone for PrivateNameExpr
impl Clone for PrivateNameExpr
Source§fn clone(&self) -> PrivateNameExpr
fn clone(&self) -> PrivateNameExpr
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PrivateNameExpr
impl RefUnwindSafe for PrivateNameExpr
impl Send for PrivateNameExpr
impl Sync for PrivateNameExpr
impl Unpin for PrivateNameExpr
impl UnsafeUnpin for PrivateNameExpr
impl UnwindSafe for PrivateNameExpr
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