pub enum PropertyHookKind {
Get,
Set,
}Variants§
Trait Implementations§
Source§impl Clone for PropertyHookKind
impl Clone for PropertyHookKind
Source§fn clone(&self) -> PropertyHookKind
fn clone(&self) -> PropertyHookKind
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 Debug for PropertyHookKind
impl Debug for PropertyHookKind
Source§impl PartialEq for PropertyHookKind
impl PartialEq for PropertyHookKind
Source§impl Serialize for PropertyHookKind
impl Serialize for PropertyHookKind
impl Copy for PropertyHookKind
impl Eq for PropertyHookKind
impl StructuralPartialEq for PropertyHookKind
Auto Trait Implementations§
impl Freeze for PropertyHookKind
impl RefUnwindSafe for PropertyHookKind
impl Send for PropertyHookKind
impl Sync for PropertyHookKind
impl Unpin for PropertyHookKind
impl UnsafeUnpin for PropertyHookKind
impl UnwindSafe for PropertyHookKind
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