pub struct AstPropertyAccess { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for AstPropertyAccess
impl Clone for AstPropertyAccess
Source§fn clone(&self) -> AstPropertyAccess
fn clone(&self) -> AstPropertyAccess
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 AstPropertyAccess
impl RefUnwindSafe for AstPropertyAccess
impl Send for AstPropertyAccess
impl Sync for AstPropertyAccess
impl Unpin for AstPropertyAccess
impl UnsafeUnpin for AstPropertyAccess
impl UnwindSafe for AstPropertyAccess
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