pub enum RequestPath {
RulesetsV2,
RulesetsV1,
IDListsV1,
IDList,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RequestPath
impl RefUnwindSafe for RequestPath
impl Send for RequestPath
impl Sync for RequestPath
impl Unpin for RequestPath
impl UnwindSafe for RequestPath
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