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