pub enum PropertyProviderEvent {
OnChange {},
}
Variants§
OnChange
Implementations§
Source§impl PropertyProviderEvent
impl PropertyProviderEvent
pub fn into_on_change(self) -> Option<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PropertyProviderEvent
impl RefUnwindSafe for PropertyProviderEvent
impl Send for PropertyProviderEvent
impl Sync for PropertyProviderEvent
impl Unpin for PropertyProviderEvent
impl UnwindSafe for PropertyProviderEvent
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