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