pub struct AstReference {}
Expand description
&
Implementations§
Trait Implementations§
Source§impl Clone for AstReference
impl Clone for AstReference
Source§fn clone(&self) -> AstReference
fn clone(&self) -> AstReference
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 AstReference
impl Debug for AstReference
Source§impl PartialEq for AstReference
impl PartialEq for AstReference
impl Copy for AstReference
impl StructuralPartialEq for AstReference
Auto Trait Implementations§
impl Freeze for AstReference
impl RefUnwindSafe for AstReference
impl Send for AstReference
impl Sync for AstReference
impl Unpin for AstReference
impl UnwindSafe for AstReference
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