pub enum Endpoints<'a> {
Execute,
Compile,
Format,
Clippy,
Miri,
MacroExpansion,
Crates,
Versions,
GistCreate,
GistGet(&'a str),
}Variants§
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Endpoints<'a>
impl<'a> RefUnwindSafe for Endpoints<'a>
impl<'a> Send for Endpoints<'a>
impl<'a> Sync for Endpoints<'a>
impl<'a> Unpin for Endpoints<'a>
impl<'a> UnwindSafe for Endpoints<'a>
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