pub enum PropertyHook {
Get(bool, Body),
Set(Option<PropertySetHookParameter>, Body),
}Variantsยง
Trait Implementationsยง
Sourceยงimpl Debug for PropertyHook
impl Debug for PropertyHook
Sourceยงimpl Generator for PropertyHook
impl Generator for PropertyHook
Auto Trait Implementationsยง
impl Freeze for PropertyHook
impl !RefUnwindSafe for PropertyHook
impl !Send for PropertyHook
impl !Sync for PropertyHook
impl Unpin for PropertyHook
impl !UnwindSafe for PropertyHook
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