pub struct ExperimentalFeatureChanged { /* private fields */ }Expand description
Experimental Feature Changed Event
Implementations§
Trait Implementations§
Source§impl Clone for ExperimentalFeatureChanged
impl Clone for ExperimentalFeatureChanged
Source§fn clone(&self) -> ExperimentalFeatureChanged
fn clone(&self) -> ExperimentalFeatureChanged
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 ExperimentalFeatureChanged
impl Debug for ExperimentalFeatureChanged
Source§impl From<ExperimentalFeatureChanged> for Event
impl From<ExperimentalFeatureChanged> for Event
Source§fn from(v: ExperimentalFeatureChanged) -> Self
fn from(v: ExperimentalFeatureChanged) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ExperimentalFeatureChanged
impl RefUnwindSafe for ExperimentalFeatureChanged
impl Send for ExperimentalFeatureChanged
impl Sync for ExperimentalFeatureChanged
impl Unpin for ExperimentalFeatureChanged
impl UnwindSafe for ExperimentalFeatureChanged
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