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