pub enum RemoveMapResult {
Success(Option<EventAsync>),
OverlapFailure,
}Variants§
Success(Option<EventAsync>)
OverlapFailure
Auto Trait Implementations§
impl Freeze for RemoveMapResult
impl !RefUnwindSafe for RemoveMapResult
impl Send for RemoveMapResult
impl Sync for RemoveMapResult
impl Unpin for RemoveMapResult
impl !UnwindSafe for RemoveMapResult
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