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