pub enum MapCallResult {
Rename(String),
Rewrite(String, String),
None,
}Variants§
Auto Trait Implementations§
impl Freeze for MapCallResult
impl RefUnwindSafe for MapCallResult
impl Send for MapCallResult
impl Sync for MapCallResult
impl Unpin for MapCallResult
impl UnsafeUnpin for MapCallResult
impl UnwindSafe for MapCallResult
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