Enum parse_js::ast::ForThreeInit
source · Variants
None
Expression(NodeId)
Declaration(NodeId)
Trait Implementations
sourceimpl Clone for ForThreeInit
impl Clone for ForThreeInit
sourcefn clone(&self) -> ForThreeInit
fn clone(&self) -> ForThreeInit
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for ForThreeInit
impl Send for ForThreeInit
impl Sync for ForThreeInit
impl Unpin for ForThreeInit
impl UnwindSafe for ForThreeInit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more