pub struct PropertyHook<'tree> {
pub span: Span,
pub attributes: Option<AttributeList<'tree>>,
pub body: Option<PropertyHookBody<'tree>>,
pub final: Option<FinalModifier<'tree>>,
pub parameters: Option<FormalParameters<'tree>>,
pub reference_modifier: Option<ReferenceModifier<'tree>>,
pub children: Name<'tree>,
}Fields§
§span: Span§attributes: Option<AttributeList<'tree>>§body: Option<PropertyHookBody<'tree>>§final: Option<FinalModifier<'tree>>§parameters: Option<FormalParameters<'tree>>§reference_modifier: Option<ReferenceModifier<'tree>>§children: Name<'tree>Trait Implementations§
Source§impl<'tree> Clone for PropertyHook<'tree>
impl<'tree> Clone for PropertyHook<'tree>
Source§fn clone(&self) -> PropertyHook<'tree>
fn clone(&self) -> PropertyHook<'tree>
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<'tree> Debug for PropertyHook<'tree>
impl<'tree> Debug for PropertyHook<'tree>
Source§impl<'tree> FromNode<'tree> for PropertyHook<'tree>
impl<'tree> FromNode<'tree> for PropertyHook<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for PropertyHook<'tree>
impl<'tree> RefUnwindSafe for PropertyHook<'tree>
impl<'tree> Send for PropertyHook<'tree>
impl<'tree> Sync for PropertyHook<'tree>
impl<'tree> Unpin for PropertyHook<'tree>
impl<'tree> UnsafeUnpin for PropertyHook<'tree>
impl<'tree> UnwindSafe for PropertyHook<'tree>
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