Struct ExEmitChanged
pub struct ExEmitChanged<'ex> { /* private fields */ }Expand description
Default-param extender for EditorProperty::emit_changed_ex.
Implementations§
§impl<'ex> ExEmitChanged<'ex>
impl<'ex> ExEmitChanged<'ex>
pub fn field(self, field: impl AsArg<StringName> + 'ex) -> ExEmitChanged<'ex>
pub fn changing(self, changing: bool) -> ExEmitChanged<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExEmitChanged<'ex>
impl<'ex> RefUnwindSafe for ExEmitChanged<'ex>
impl<'ex> !Send for ExEmitChanged<'ex>
impl<'ex> !Sync for ExEmitChanged<'ex>
impl<'ex> Unpin for ExEmitChanged<'ex>
impl<'ex> !UnwindSafe for ExEmitChanged<'ex>
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