pub enum SetterEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetterEvent
impl RefUnwindSafe for SetterEvent
impl Send for SetterEvent
impl Sync for SetterEvent
impl Unpin for SetterEvent
impl UnwindSafe for SetterEvent
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