pub enum MacroCallAnalysis {}
Trait Implementations§
source§impl Clone for MacroCallAnalysis
impl Clone for MacroCallAnalysis
source§fn clone(&self) -> MacroCallAnalysis
fn clone(&self) -> MacroCallAnalysis
Returns a copy 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 moreimpl Copy for MacroCallAnalysis
Auto Trait Implementations§
impl RefUnwindSafe for MacroCallAnalysis
impl Send for MacroCallAnalysis
impl Sync for MacroCallAnalysis
impl Unpin for MacroCallAnalysis
impl UnwindSafe for MacroCallAnalysis
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