pub enum PropertyHookBody {
Block(Box<[Stmt]>),
Expression(Expr),
Abstract,
}Variants§
Trait Implementations§
Source§impl Clone for PropertyHookBody
impl Clone for PropertyHookBody
Source§fn clone(&self) -> PropertyHookBody
fn clone(&self) -> PropertyHookBody
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 moreSource§impl Debug for PropertyHookBody
impl Debug for PropertyHookBody
Auto Trait Implementations§
impl Freeze for PropertyHookBody
impl RefUnwindSafe for PropertyHookBody
impl Send for PropertyHookBody
impl Sync for PropertyHookBody
impl Unpin for PropertyHookBody
impl UnsafeUnpin for PropertyHookBody
impl UnwindSafe for PropertyHookBody
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