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