pub enum PluginFetchOutcome {
Success,
Failure,
CacheHit,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for PluginFetchOutcome
impl RefUnwindSafe for PluginFetchOutcome
impl Send for PluginFetchOutcome
impl Sync for PluginFetchOutcome
impl Unpin for PluginFetchOutcome
impl UnsafeUnpin for PluginFetchOutcome
impl UnwindSafe for PluginFetchOutcome
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